Sent by Holly Bergevin on 23 November 2004 19:07
From: Seth Rothberg [EMAIL-REMOVED]>
>http://www.joneslibrary.org/newbanner8.html
>http://www.joneslibrary.org/css/nav.css
>
>Also, the drop down menus look a little funky in IE for Windows.
>They're too wide and the list items in them are too widely spaced.
Hi Seth,
If you'll remove the "whitespace" in your submenu lists, IE will snug up the space for you. Change
the markup to have all the LIs be on one line, OR, look like below -
<ul>
<li>stuff</li
><li>stuff</li
><li>stuff</li
><li>stuff</li
></ul>
You can get more consistant widths on the dropdowns, I believe, if you change the width unit
measurement to em instead of percent. You may be able to give all browsers the same width then,
too.
li ul.submenu {width: 8em;} /* change this property */
li>ul.submenu { } /* this selector may no longer be needed */
hth,
~holly
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/