Hello – IE10 looks just fine, but if you switch to IE8 and IE9, the background behind the header disappears, and other CSS issues like the icons becoming squares instead of circles, search icon is no longer in-line with the nav, etc. I would like to private message the URL to keep search engines from crawling the URL.
Hey!
Please add this on your custom.css or Quick CSS:
#header {
background-color: white;
}
#top .social_bookmarks li a {
display: initial\9;
}
Best regards,
Ismael
I’ve got the same problem and I’ve modified the custom.css as you said and it didn’t work.