Here is my code:
When I use jQuery to .hover(), the relatively positioned floated divs jump to the left (seemingly losing their margins) in IE7.
Any ideas how to fix this?
Here is my code:
When I use jQuery to .hover(), the relatively positioned floated divs jump to the left (seemingly losing their margins) in IE7.
Any ideas how to fix this?
I'd suggest implementing IE conditional tags and making an ie-fix.css file.