|
Do you have a dhtml css menu that allows the sub-items to 'slide' out from the main items?
Return to Recent Questions
Q:
Do you have a dhtml css menu that allows the sub-items to 'slide' out from the main dhtml css menu item?
For example, you hover over the first button, and the sub menu slides from
'underneath' the button from left to right?
A:
You should to use transitional effects.
See more info here:
http://dhtml-menu.com/menu/filters-and-effects-sample.html
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.
Try that.
Return to Recent Questions
|