To fix the problem add in header.php
<!--[if IE 6]>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/iestyle.css" type="text/css" media="screen" />
<![endif]-->
after
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
then create file "iestyle.css" in theme folder and add
#sidebar{
margin:0 9px 0 0;
width:226px;
float:right;
text-align:left;
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment