Do you have a menu that allows the sub-items to 'slide' out from the menu em html?
Return to Recent Questions
Q:
Do you have a menu that allows the sub-items to 'slide' out from the menu?
For example, you mouse-over the first button, and the sub menu slides from
'underneath' the button from left to right?
A:
You should to use transitional effects.
Try to set
var transition=6;
var transOptions="";
var transDuration=350;
var transDuration2=200;
But notice that transitional effects are features of Internet Explorer
5.5+ only.
See more info here:
http://deluxe-menu.com/filters-and-effects-sample.html
Try that.
Return to Recent Questions
|