<div id="about_us">
this is just a test
this is just a test
</div>
<div id="comment2" >
this is just a test
this is just a test
</div>
</div>
</div>
</body>
This is just a test(short code). So I made my header div as relative position, so I can position the content in header with absolute positioning. Is this a correct approach?Now I add an image in the main_left div which is secondary_slider2.jpg, why the wrapper grow?Even thought I declared a fixed width in the wrapper? I want it to stay as width:960px;
Also why the wrapper expand when I put height:120px; in comment2 div?
I realize that when the page got longer of course it will show a scroll, and the wrapper does not really grow, the scroll just occupy space on the left that is why it looks like the wrapper grows. How silly I am.