Sorry,
Didn't highlight the entire section. Try this:
/*Makes the submenus appear on hover*/
.left_main_menu li{position:relative;}
.left_main_menu li:hover ul{ display: block;top:0; }
.left_main_menu li ul li{white-space:nowrap;}Rachel Vidrine wrote: > I am trying to create a CSS drop-down menu. I am having a couple of problems > with it. > > 1. In Firefox, the drop-down menu links are too narrow in width. > 2. When I hover over the main menu links (in both IE & Firefox), the > drop-down menus appear, but then disappear when I move away from the main > menu links to click on the submenu (drop-down) links. > > The menu can be viewed here: > http://library.waketech.edu/newdesign/ > > The CSS file can be viewed here: > http://library.waketech.edu/newdesign/libstyle.css > > The raw code for the menu is here: > http://library.waketech.edu/newdesign/includes/left_menu.html > ______________________________________________________________________ > 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/ ______________________________________________________________________ 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/
