This part of my html page (95% of code was removed) still looks different in IE7.0 (IE6.0 was not tested) vs other browsers. Could anybody tell me how to fix so IE7.0 displays it the same way as FF, Opera and others?
<html >
<body>
<div style="margin: 0 100px 0 340px;">
<div style="margin-right: -103px; height:300px; border:1px solid #3c6; float:right;">right is <br>different<br>when use<br>IE7.0. <br>Why?</div>
<div style="border:1px solid #c63; height:300px;">middle is OK</div>
</div>
</body>
</html>
That 2 divs should have some space in beetween, but IE7.0 shows them together.