Is this java script drop down menu floatable?
Return to Recent Questions
Q:
Is the menu floatable?
I try the setting "float" but no change
A:
You can't see floatable or movable effect in Deluxe Tuner preview.
But when your install your menu into the .html page it'll work fine.
Notice, when you use floatable menu you can't use relative menu position.
So, if you use
var absolutePos = 0;
and to center the menu you use <p> or <div> with the center alignment your menu won't float.
To center your floatable menu you should set absolute coordinates.
Return to Recent Questions
|