Home › Forums › CSS › Sidebar not rendering in WordPress template within I.E. 7 › Re: Sidebar not rendering in WordPress template within I.E. 7
October 14, 2008 at 7:35 pm
#50563
Member
Hi Elise try this
<link rel="stylesheet" type="text/css" href="
or
<!–[if IE ]>
<style type="text/css" media="screen">
@import "the URL of your ie specific style sheet";
</style>
<![endif]–>
let me know how it goes.