Hello,
First of all I would like to say this is a great layout and has helped me a lot. Now, on to my question. :lol:
I cant seem to get my divs to always align to the center of the page.
body {
background-color:#e6e6e6;
}
#header {
position:absolute;
top:0px;
}
Thats the CSS...this works okay, it simply aligns the DIV to the absolute top like I wan't it to.
<div align="center" id="header"> <img src="images/index_01.gif" /></div>
Unfortunately it does not align to the center of the screen though... I'm not sure why. Any ideas? Any help is appreciated.