im building a small website in synthasite my website work ok with firefox but all messed up with IE....... please see www.tuneme.tk (the Watch tv tab-other pages under construction) it seems like the margins doesnt work with IE. plz help me!!
In IE7.0 your site looks fine, you're site freaks out in IE6.0. What this tells me is its a CSS conflict. It appears that IE6 isn't reading most of your CSS. You can use the note code in HTML to point IE6 to a different style sheet and use CSS that IE6 will respond to. <!--[if IE 6]> Special instructions for IE 6 here <![endif]-->