> My issue is that that, while the drop down menu appears when hovering over 
> top level list item, when the user moves OFF of that list item to move into 
> the drop down sublist, the sublist disappears.

My immediate guess, without getting to see the page, is that you need to add a 
sublist:hover rule so that when you move off of the toplistitem, there's still 
a rule making the sublist show up.

Like:
div#navbar li.toplistitem ul:hover { /* lists nested under hovered list items */
      display: block;
}
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to