Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Sidebar not rendering in WordPress template within I.E. 7 Re: Sidebar not rendering in WordPress template within I.E. 7

#50563
pab
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.