Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • nicely Friend
    #143034

    Is there a fix for IE8 to allow Spica to work properly without clicking into Compatibility mode? I know IE8 is crap and nothing works out of compatibility mode, but I would prefer to fix it.

    http://www.steptocalm.co.uk

    SP Media Friend
    #312706

    It’s annoying – I agree. The only way to fix it for the most part is cold hard hacking into code… I don’t have IE8 on this PC, will have a tinker hopefully later on.

    It’s usually easier to use the IE8 Compatibility mod though and identifying as IE7!

    http://extensions.joomla.org/extensions/style-&-design/browsers-&-web-standards/7623/details

    mfcphil Friend
    #312708

    Here is the usual IE8 answer

    go to your index php file and find the following

    <!–>
    <style type=”text/css”>
    .clearfix {display: inline-block;}
    </style>
    <!–>

    and change to:

    <!–>
    <style type=”text/css”>
    .clearfix {display: block;}
    </style>
    <!–>

    OR

    It is a compatibility issue

    You need to paste code into the first line of the <head> of your index.php file

    <meta http-equiv=”X-UA-Compatible” content=”IE=7″ />

    nicely Friend
    #312713

    Thanks guys. I’ll give that a try when I’m back home tomorrow. Can’t try it on the laptop as I got so ****** with IE8 compatibilty issues that I rolled back to IE7… >:(

    nicely Friend
    #312825

    Thanks mfcphil. Your first edit sorted the issue 🙂

    BTW, kids use far worth versions of the word that I used (which I deliberately toned down). ARE there kids with personal or developer licenses, as this is a restricted part of the forum…? 😉

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  nicely 14 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum