|
Why my java script menus does not float and why I cannot centre the java script menus?
Return to Recent Questions
Q:
I think I am almost create my java script menus.
I would like to know a couple of things.
Why the java script menus does not float?
Why I cannot centre the java script menus?
A:
When you use floatable java script menus you can't use relative java script menus position.
So, if you use relative position for the java script menus and to center the java script menus you use <p> or <div> with the center alignment your menu won't float.
To center your floatable java script menus you should set absolute coordinates.
var absolutePos = 1;
var PosX = "50%";
var PosY = "40";
Return to Recent Questions
Related:
|