here is my HTML -> http://aivan.info/
Structure
<div id="wrapper">
<div id="leftg">
</div>
<div id="container">
<div id="header">
</div>
<div id="logo">
</div>
<div id="navigation">
</div>
<div id="body">
<div id="bleft">
</div>
<div id="bright">
</div>
</div>
</div>
<div id="rightg">
</div>
</div>
I would like rightg and leftg to follow the height of wrapper while I want the height of wrapper to fit the contents of body. I want body to be fluid based on the contents with a minimum height.
PS: should be IE6,IE7,FF6 Compatible