Hai,
I had a main div and two child divs inside that .. I need to arrange as follows ..
-------------------------------------------------
| | |
| child div 1 | child div 2 |
| | |
| | |
-------------------------------------------------
the height of the child div is dynamic. I had the code .. but didn't working in FF and opera... works fine only in IE...
my code
<div align="left" style="width:800px;height:auto;clear:both;background-color:#FFFFFF;">
<div style="width:100px;height:100px;background-color:#990000;float:left;"></div>
<div style="width:100px;height:200px;background-color:#0000FF;float:left;"></div>
</div>
Anyone please help to fix this problem
Thanks in Advance
Rajeesh