Problem: in IE7 my head banner is only half displayed and bottom credits are displayed in white Attaching my css file and printscreens. i am a noob in this area so please suggest and help. hi... my personal blog which i have recently setup is not rendering properly in IE7... I am not that good with css and cannot understand why its not displaying properly..... I wasted like 2 days to modify the theme Options theme by Justin Tadlock to my liking... someone please help me out... i think the mistake would be a silly one.. please check...
i have no clue how to do it... is it different... can someone point me to a tutorial regarding the same...????
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/style.css" media="screen" /> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie7.css" media="screen" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie6.css" media="screen" /> <![endif]--> HTML: The IE6 and IE7 styles does not have to contain all the code, only the fixes. Is that clear?