|
My dhtml menu software is fixed like a rock. It doesn't float.
Return to Recent Questions
Q:
The reason why I bought this dhtml menu software was its ability to float. I have
inserted the following data under Floatable Menu but my dhtml menu software is fixed like a
rock.
Var floatable=1;
Var floatiterations=6
Var floatableX=0
Var floatableY=1;
I hope you can help me once again
A:
Notice, when you use floatable menu you can't use relative position for the dhtml menu software.
So, if you use
var absolutePos = 0;
and to center the dhtml menu software you use <p> or <div> with the center alignment your dhtml menu software won't float.
To center your floatable menu you should use absolute coordinates.
Return to Recent Questions
|