XHTML/CSS problem with IE
XHTML/CSS problem with IE
- Started
- Last post
- 1 Response
- Grinch
Can anyone figure out why IE messes with the bottom 3 column images? On mac IE it has spaces between it, On PC IE it breaks the last image on right? WTF?
- jakeyj0
probably a double-margin float bug
IE doubles the margin in the direction you float something
fix by adding display:inline to the floated item