A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
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
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.