>> I can't seem to alter the line height in the drop-down, which >> is too high in IE. > > I believe this is the white-space bug. IE will render the white > spaces between list items. One good technique for defeating the bug > is to put the white space inside the list item tags, like so: > > <ul><li>stuff</li > ><li>more stuff</li > ><li>and so on</li></ul> > > Note that the line break is INSIDE the tags, so there is no white > space BETWEEN the tags. That's generally the easiest way to do it, > although there are other methods, as well.
Thanks for the suggestion, Adam. As a test, I put the whole navigation group on a single line. It shrunk the line-height of the top-level navigation but left the sub-level untouched: http://home.capecod.net/~cape84/Start/navigate2.html Gives me some more stuff to think about, though. David ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
