Hey all,
I have to develop a new css menu that has BOTH horizontal subnavs (for when you're on that section) and vertical dropdown subnavs.
You can see an example (this is not my site) at www.morganstanley.com. I can't use MS structure of tables which are absolutely positioned.
When you click on "Views" you'll see the horizontal nav remain on the screen while hovering over the others you see the dropdown.
The problem is I have to work this within the existing navigation that is something like:
<ul>
<li>topnav item <ul><li>subnav item</li></ul></li>
<li>topnav item <ul><li>subnav item</li></ul></li>
</ul>
IE6 secondary nav is within a table tag (based on a condition) and has the Javascript hover.
Has anyone seen menus like this? I just need to find some examples for ideas.
Thanks.
|