View Single Post
  #16 (permalink)  
Old 01-20-2008, 01:43 PM
augenauf augenauf is offline
Master Babbler
 
Join Date: Nov 2007
Posts: 433
augenauf has a few positive reputation points
Default

Quote:
Originally Posted by ydx View Post
A wrapper or container div is a div that holds everything else in it. You can place all your content inside of it. By using this, you can position all of your content (down, left, right, center, etc).

Like so:

Code:
<body>
<div id="container">

<div class="top">
</div>

<div class="middle">
</div>

<div class="bottom">
</div>

</div>
</body>
</html>
Hohoho! Muchas gracias! I will add it and see if it fixes that FF fuge.
__________________
Happy Halloween from UniversityPrincess.Com!
Reply With Quote