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