Forum Moderators: not2easy
Wonder if anyone can help me. I have a weird bug in IE 6 where I have a number of repeated divs. The content of the last div ( always an img) jumps out of the div in ie6 only.
I'm using floats but the usual float fixes don't seem to be doing the trick.
to give you an idea the style is similar to
.content{
width:190px;
padding:5px;
float:left;
}
.content img{
float:left;
}
Any thoughts other then not supporting ie6 browsers anymore (or is this cause to do this now?)