Quote:
Originally Posted by ydx
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.