My site is http://www.mixmakers.net/
In FireFox, the site properly shows. In IE, there are only 2 of the 3 columns on most pages. Anyone have any idea how to fix this?
My site is http://www.mixmakers.net/
In FireFox, the site properly shows. In IE, there are only 2 of the 3 columns on most pages. Anyone have any idea how to fix this?
http://validator.w3.org/check?uri=http://www.mixmakers.net/
fix those errors, then ill look.
You are the victim of an IE bug, I guess.
In the article "Cinco de Mayo Showdown" you have an image, which has a greater width then the <div>-element #mainCol, which contains the article previews. FF does not resize widths and heights (as it should be), if elements like uninterrupted text or images don't fit in, but IE shows that misbehaviour.
Your solution is to add "overflow: hidden;" to #mainCol in your css.
This topic has been closed to new replies.