My site seems to be acquiring browser compatibility troubles. It views OK in Safari, but in Net Explorer it's got some overlapping. What can I do to correct this?
I'm using the Magazine Premium theme - I don't know if this has any relevance.
My site seems to be acquiring browser compatibility troubles. It views OK in Safari, but in Net Explorer it's got some overlapping. What can I do to correct this?
I'm using the Magazine Premium theme - I don't know if this has any relevance.
Please post a URL.
URL is http://www.LiveIstria.com
Thank you
Which version of Internet Explorer? It looks fine to me in IE 7/8/9.
Start by sorting out the markup errors. Then move onto the CSS errors.
http://codex.wordpress.org/Validating_a_Website
If you continue to have problems with IE, consider conditional comment CSS
hi if u add this code all will work fine
$browser = // u need to something to get the version of the browser like a class or something like that
if ($explorer == 8)
{
<meta http-equiv="X-UA-Compatible" content="IE=8">
}if($explorer = 7)
{
<meta http-equiv="X-UA-Compatible" content="IE=7">
}
Big Bagel - We are using Internet Explorer 8, but are about to upgrade to 9. We can't duplicate the problem that's been reported either, so it looks like it's just a specific problem with just one set-up.
Thanks any way for your help. Will let you know if the problem seems to persist.
You must log in to post.