Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • gavner Friend
    #142541

    Please check my site

    http://pnworldwide.net on the newest IE 8 only. Then check with all other browsers it should be ok, why this issue with IE 8 ?? it looks a terrible

    mfcphil Friend
    #310207

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

    gavner Friend
    #310391

    thanks alot, God bless

    mfcphil Friend
    #310406

    you have not got the code in the correct place

    gavner Friend
    #310407

    where should it be exactly

    mfcphil Friend
    #310412

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

    mfcphil Friend
    #310417

    did you do the first batch of code?
    because your site looks good now in IE8 😉

    There is a lot of white space with nothing in it to the righthand side but the site is still in the correct place!

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

This topic contains 7 replies, has 2 voices, and was last updated by  mfcphil 15 years, 4 months ago.

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