views:

28

answers:

1

Here is my code:

http://jsbin.com/uhera3/edit

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?

A: 

I'd suggest implementing IE conditional tags and making an ie-fix.css file.

J Pollock