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