Problem with IE? Theme is viewed 100% correctly as from other browsers like Safari, Opera, Firefox... But .. I am shocked with the results .. on IE Browser.. http://www.scrn.info <-- Link to the demo of the theme. :< Please Help Me,.. i already tried working on IE Conditional Statements , setting up and testing out margin, padding, float, position , width, etc. but all in vain .. What 's the problem with IE.. the Code is Valid XHTML Transitional.. As told by the experts, IE changes from the standard mode ( strict one ) to the cryptic one, when Doctype = XHTML Transitional.. Wha't s the problem :< .. Is it Box Problem of IE , and how can it be solved Anybody out there. .. for a lil bit of adventure into it.. ( or irritating / frustating ride from my point of view currently .. ) ? . ?
Without digging into your CSS, it looks like you have a problem with your widths. In IE, the floated section on the right where you have your ads is getting squeezed off and pushed down under the other content. For me, this usually means I've exceeded the width of a container. Try playing with the widths of the floated containers. The margins and/or padding for these containers could also cause this so you may need to play with them as well to get it to work. Good luck with it!