[WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Joyce Evans
Here is the link to a website, and I've only gotten this far: http://www.nichemktghouston.com/mneiman/physician.html So far, It looks proper in IE7, but in Mozilla, the horizontal navigation links do not center but rather move to the right so that I don't see the full "Contact" link. In

[WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Ryan Moore
In your CSS change to this: #nav ul { margin: 0px 35px 0 35px; padding: 5px 0 0 0; text-align: center; } this works in FF 2 but note it has not been tested in IE. RM On 8/10/07, Joyce Evans <[EMAIL PROTECTED]> wrote: > > Here is the link to a website, and I've only gotten this far

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread E Michael Brandt
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Ryan Moore *Sent:* Friday, August 10, 2007 12:35 PM *To:* wsg@webstandardsgroup.org *Subject:* Re: [WSG] CSS Problem in Mozilla and IE6 In your CSS change to this: #nav ul { margin: 0px 35px 0 35px

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Veine K Vikberg
Add to Ryans change in the css below, that you have no spaces in the code for the header like this: http://www.nichemktghouston.com/mneiman/images/mneiman_logo.jpg"; alt="Melissa Neiman" width="700" height="143" /> Then I think you should be good to go Regards ~Veine > In your CSS > > chan

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Kepler Gelotte
Behalf Of Joyce Evans Sent: Friday, August 10, 2007 1:22 PM To: wsg@webstandardsgroup.org Subject: [WSG] CSS Problem in Mozilla and IE6 Here is the link to a website, and I've only gotten this far: http://www.nichemktghouston.com/mneiman/physician.html So far, It looks proper in IE7

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Joyce Evans
And I should include the asterisk (*) as part of the code you gave me below? Thank you. Joyce _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Moore Sent: Friday, August 10, 2007 1:22 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS Problem in Mozilla

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Joyce Evans
Thanks to all! Everything works now. Joyce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Friday, August 10, 2007 1:08 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS Problem in Mozilla and IE6 Joyce Evans wrote: > h

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Joyce Evans
:[EMAIL PROTECTED] On Behalf Of Joyce Evans Sent: Friday, August 10, 2007 1:22 PM To: wsg@webstandardsgroup.org Subject: [WSG] CSS Problem in Mozilla and IE6 Here is the link to a website, and I've only gotten this far: http://www.nichemktghouston.com/mneiman/physician.html So fa

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread rdoyle
Hi, I am out of office until Tue 13th August and will respond to your email on my return. Best Regards, Ruairi *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/u

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Ryan Moore
Hi Joyce, While this may/may not help resolve your issue, i recommend adding this to the beginning of your stylesheet. * { padding:0; margin:0; } it will set the default margins and padding for all elements to 0. You would then have to specify margins and paddings for all elements, it gives you

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Joyce Evans
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Moore Sent: Friday, August 10, 2007 12:35 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS Problem in Mozilla and IE6 In your CSS change to this: #nav ul { margin: 0px 35px 0 35px; padding: 5px 0 0 0; text-

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Gunlaug Sørtun
Joyce Evans wrote: http://www.nichemktghouston.com/mneiman/physician.html So far, It looks proper in IE7, but in Mozilla, the horizontal navigation links do not center but rather move to the right so that I don't see the full "Contact" link. Add... ul {padding: 0;} ...to "zero out" Gecko's d