Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • vsds Friend
    #142675

    Hi

    sometimes this template it runs incorrectly under IE8.

    I’m waiting for any reply….


    1. ScreenShot059
    mfcphil Friend
    #310619

    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″ />

    vsds Friend
    #310635

    I have changed it but it displays more ugly:eek:


    1. ScreenShot060
    vsds Friend
    #310638

    Ok, I have found the incompatibility:

    I had installed this plugin “System – IE8 Compatibility” and this not works correctly with this template.

    Now I disabled this plugin and I have changed the code. Now it seems works correctly

    agbandini Friend
    #310865

    Hi, I have not installed the ie8 compatibility plugin and I’ve only changed the code of clearfix but it’s work correctely in ie8 but not in ie7.

    how can i fix the problem in the two versions of explorer?????

    thanks

    mathisfenne JA JobBoard
    #310879

    Hi. Take a look at this article for comparisons between IE7 and IE8.

    agbandini Friend
    #310885

    hi, the problem is that the posted code to solve the problem works correctly in ie8 but not in ie7 (the page lost background) …..

    vsds Friend
    #311200

    This code runs under IE8 but not under IE7:

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

    and change to:

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

    I have the same problem…. I have seen that it displays ugly on IE7

    Qhen it runs on IE8, does not run in IE8…when runs on IE not runs on Firefox :((

    This template was tested on all browsers (most used) ?!

    Please, any help

    agbandini Friend
    #311243

    hi I dont know if this solution solve totally the problem:

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

    and add :

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

    If the problem will return I’ll contact the technical support………

    vsds Friend
    #311254

    I’ve tried your solution agbandini and it seems that it works fine 😉

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

This topic contains 10 replies, has 4 voices, and was last updated by  vsds 14 years, 9 months ago.

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