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:

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:

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:

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: div id=pageHeaderimg src=http://www.nichemktghouston.com/mneiman/images/mneiman_logo.jpg; alt=Melissa Neiman width=700 height=143 //div Then I think you should be good to go Regards ~Veine

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:

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: http

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Joyce Evans
Good stuff! Thanks! Sorry about all of the thanks, but you guys are amazing. I just learned a lot! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kepler Gelotte Sent: Friday, August 10, 2007 1:19 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] CSS Problem

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:

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:

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:

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:

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:

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

RE: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Joyce Evans
: [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-align

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