CSS question for unusual dropdown in horizontal nav

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
10/20/2009 9:42:13 PM
Gravatar
Total Posts 190

CSS question for unusual dropdown in horizontal nav

Hi All,

I'm working on a dropdown for a horizontal navigation that will display 2nd and 3rd level links in something like a tree view and hide anything after 3rd level. I tried the superfish at first but wasn't having much luck get the two levels nested. I'm making good progress with the older style horizonatal nav, but in looking at other skin style sheets I notice this class: "li.AspNet-Menu-Hover". Is the implementation of the dropdown menus just CSS or is there (or was there once) a script that dynamically assigned classes on hover? I'd assume if there is no longer script involved then these classes can be dropped and use only the li:hover pseudo class.

Thanks,

John

10/21/2009 7:06:42 PM
Gravatar
Total Posts 190

Re: CSS question for unusual dropdown in horizontal nav

Nevermind. I tracked back through the ClientScript folder and found the menu adapter stuff and I believe I have understand how this part is working.

You must sign in to post in the forums. This thread is closed to new posts.