|
My javascript floating layer is fixed like a rock. It doesn't float.
Return to Recent Questions
Q:
The reason why I bought this javascript floating layer was its ability to float. I have
inserted the following data under Floatable Menu but my javascript floating layer 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 javascript floating layer.
So, if you use
var absolutePos = 0;
and to center the javascript floating layer you use <p> or <div> with the center alignment your javascript floating layer won't float.
To center your floatable menu you should use absolute coordinates.
Return to Recent Questions
|