sKunKbad Posted February 8, 2008 Share Posted February 8, 2008 In the following code, the yellow box should be 100px tall, half on top of the white box, and half on top of the green box. IE7, Firefox, Opera, and Safari display this fine, but IE6 cuts the top half of the yellow box off. Any help is appreciated. <div style="float:left; width:100%; height:100px; border: solid red 1px;">Box 1</div> <div style="float:left; width:50%; height:100px; border: solid black 1px; background-color:green;"> <div style="float:left; width:50%; height:100px; border: solid black 1px; background-color:yellow; margin-top:-50px;">Box 2</div> </div> Link to comment https://forums.phpfreaks.com/topic/90015-ie6-negative-margin-issue/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.