Looking through the posted IE7 Float related bugs on the internet, I haven't found one that applies to the issue I am seeing with floats and IE7.
I have a few places where I am floating 2 DIVS, and in one case, the left most, and the other case, the last DIV(furthest right) gets pushed 1 px down in IE 7. It is working fine in FireFox 3. It doesn't matter what I change to the margin, padding, div height..ect.
Ultimately it looses the bottom border of the link. Below is the code of the parent divs and the CSS of the "a link"
I have a few places where I am floating 2 DIVS, and in one case, the left most, and the other case, the last DIV(furthest right) gets pushed 1 px down in IE 7. It is working fine in FireFox 3. It doesn't matter what I change to the margin, padding, div height..ect.
Ultimately it looses the bottom border of the link. Below is the code of the parent divs and the CSS of the "a link"
Below is the code and website for viewing.
CSS
Inside the div "rightside" is an nested div that has link <a href> with the following CSS:
This can result in a pixel line between elements before and after it:
whereas, this takes care of it:
I don't expect that will help directly with your problem but maybe it will trigger something :)