RE: Css Div Centering is being stupid
well you cant do that easily with position:absolute
though you could if you have a % for the width make the left % 1/2 what is left... if you dont get me... here is an eg:
width:50%; left25%;
that will center the footer for you...
and i really cant see why you are wanting to use absolute for a footer... especially one like that... i would be much easier to just make it what ever is default and just use margin:0 auto;
|