cross browser div height issue
im designing a new website project and the layout works fine in opera, firefox and ie7 but not other versions of ie.
i have two adjacent divs, one is float: left and the other is float: right. inside the left floating div, are a load of other divs including some that are blank, simply for vertical space in my design. example
Code:<div style="height: 3px;"></div>
This works fine except for in iexplore (except v7) as mentioned above. In iexplore the height is much more than in other browsers. why is this?
