Ok so I'm working on my website, a gaming discussion forum.
I've made the layout using HTML and CSS. Used Divs for the most of it. Split the layout up and pieced it together using PHP includes. Worked fine as image bellow shows.
http://img528.imageshack.us/img528/6497/
ngfix.png
However I'm not programming the site in php. My programmer has added some coding and for some reason the layout breaks in IE (see link bellow)
http://img528.imageshack.us/img528/3/ngb reak.png
-However in Firefox and Safari the layout works as intended. As much as IE sucks I need to accommodate for it. Looking at the layout it seems div alignment has been broken and they are all stacking up against each other except for a few. Anyone have any ideas or web experience?
Cheers.