I have top level horizontal navigation with multiple tabs. Clicking/hovering on one should diplay all the sub menu's as dropdown and the user should be able to click on it to display the page. I have the code that displays the 2nd level navigation as ul/li in relative position.Could some one help me hovering effect on the SubMenu or direct me on samples that might already be in there.
Thanks for your help. I have been able to get this working on FF but not in IE. I have IE 8 and the display: blok does not display the subpages. Here is the CSS I use. Any insight on this highly apprecialted.
2nd Level Navigation with Dropdown on hover
I have top level horizontal navigation with multiple tabs. Clicking/hovering on one should diplay all the sub menu's as dropdown and the user should be able to click on it to display the page. I have the code that displays the 2nd level navigation as ul/li in relative position.Could some one help me hovering effect on the SubMenu or direct me on samples that might already be in there.
Using CSS, set the sub ul to display:none then set the li:hover ul to display:block
Here's a good overview: http://www.seoconsultants.com/css/menus/tutorial/
Daniel,
Thanks for your help. I have been able to get this working on FF but not in IE. I have IE 8 and the display: blok does not display the subpages. Here is the CSS I use. Any insight on this highly apprecialted.
HTML code as follows........ I have reference to csshover.htc
Thanks.
I had the below code in my Template and removing it from there seemed to make the Hover effect work perfectly as intended.
is working on a reply...