Robert Swilley wrote:
> http://www.rswilley.com/layout/index.html
>
> I'm having an issue with the navigation in IE7. If you take a look
> at it you will see that the nav buttons are too low. Why is there so
> much gap in IE7? If you look at it in Firefox it is basically where
> I want it.
1: wrong selector. There's no ul inside #navlist - #navlist _is_ the ul.
2: vertical margin/padding defaults are left in place - you've only
zeroed them on the left side (or at least tried to do so), and these
defaults are not the same across browser-land.
Make it...
#navlist {
margin: 0;
padding: 0;
white-space: nowrap;
}
...and all browsers will agree - on one set of styles.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/