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 more control over the layout as some browsers are known to have
different default margins and paddings for elements.
RM
On 8/10/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:
>
> 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]
> *******************************************************************
>
>
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************