MAHooson
Members
-
Joined
-
Last visited
Reputation Activity
-
MAHooson reacted to mteam in Is this a resolution issue?Ie6 double margin bug
add display:inline to floats where margin is on the same side as the float
eg
.widgetbox{ width: 250px; background: #7D1F17; margin-top: 10px; margin-left: 10px; padding: 1px; display: inline;/*added display inline*/ float: left; clear: both;} .newsbox{ display: inline;/*added display inline*/ background: #333333; width: 860px; margin-top: 10px; padding: 5px 5px 25px; margin-left: 18px; float: left; }