Guys, Girls, Just a few hours ago I finished customizing my new wallpaper site to suit my main site. However, when viewed from IE, the site breaks lose. Is there someone who are free enough to get the site fixed in IE? I will need all the guide from you experience folks. I am looking for someone who can guide me on what should I look into to fix this or kind enough to fix it for me. This is not a paid request. Thank you. The site url is wallpapers.animeheist.com but due to some problem with DNS, it did not resolved to my site properly. So, please use http://66.90.92.146/ to go to the site.
on your style.css try to change these lines : .ContentMiddle { width: 590px; margin-right: 5px; } .ContentRight { width: 200px; } Code (markup): into .ContentMiddle { width: 590px; margin-right: 5px; overflow:hidden; } .ContentRight { width: 200px; overflow:hidden; } } Code (markup):
^^ I'm guessing that's a typo. I don't have time to look at the site so I can't say weather his/her code will fix your problem.
Thank you. I was pointed out by a member in dp, that I have an extra </div> and style on the column. So, I remove it and its all fine now. Just wondering what does "overflow:hidden;" does though.