|
I think this has to do with the negative positioning. I know IE doesn't handle negative margins very well, so I imagine it doesn't handle negative positioning very well either.
I would probably float the divs. Be sure to give all the divs a specified width and float them all to the left. After each set of 4, clear the float.
|