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 defaults on that list.

Nothing prevents that menu from getting skewed from font resizing though.

In IE 6, the pageHeader div is not stacked directly above the nav
div. There is some additional white space (from the background
color).

Add...
#pageHeader img {display: block;}
...to override the 'display: inline' default for that image.

regards
        Georg
--
http://www.gunlaug.no


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to