DD Tab Menu
http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm
How can you hide the submenu when the page loads initially and have it display only on the mouseover?
DD Tab Menu
http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm
How can you hide the submenu when the page loads initially and have it display only on the mouseover?
You can set no tabs to be selected by default when the page first loads by entering -1 in the second parameter of the initialization code:
Code:ddtabmenu.definemenu("ddtabs1", -1) //initialize Tab Menu #1 with 1st tab selected
Bookmarks