17Mar/090
How to Fix Inove WordPress Theme and IE 6
How to get the Inove WordPress Theme to work with Internet Explorer version 6.
In the stylesheet.css, edit the sidebar width, from 300 to 285:
/* sidebar START */
#sidebar {
background:#F7F7F7;
width:285px;
float:right;
font-size:95%;
line-height:145%;
overflow:hidden;
}
Then, in the wp-content/themes/inove/img directory, you can delete header_footer.jpg and rename header_footer_1col.jpg to header_footer.jpg. This changes the header graphic so that it doesn't have the lines mismatched.
That's it!
Linda - http://how.best-free-information.com - The "How" Blog
Tagged as: Content Themes, Delete, Directory, Explorer 6, Header Footer, Img, Internet Explorer Version 6, Jpg, Overflow, Stylesheet Css
No Comments