DIV positioning

liunx

Guest
I would like to use divs on my website but I was wondering how do you position divs so that when the user minimizes the browser window your divs are still in order (meaning that your title is still centered eventhough the window is now half its orginal size)<br />
<br />
I know about absoulute positioning but that doesn't work if the user minimizes the window, or does it?<!--content-->You might want to use float and stuff like that.<br />
<br />
Check out these two great site for more info:<br />
<br />
<!-- w --><a class="postlink" href="http://www.glish.com/css/">www.glish.com/css/</a><!-- w --> and<br />
<!-- w --><a class="postlink" href="http://www.bluerobot.com">www.bluerobot.com</a><!-- w --><br />
<br />
HTH<!--content-->
 
Back
Top