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