IE6 CSS negative margin
Negative margins don’t work in IE6 on floated elements.
If possible, use another hasLayout trigger:
.element {
float: none:
zoom: 1;
}
Negative margins don’t work in IE6 on floated elements.
If possible, use another hasLayout trigger:
.element {
float: none:
zoom: 1;
}