Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • reders Friend
    #146148

    Hi there,
    Please could some body give me a pointer on this.

    I have a website running with Joomla 1.0.15 (Unfortunatly)

    Since IE 8 has come out the website does not display correctly.
    I know that in IE 8 there is the compatability buttonm but is there any way I can sort this with some css?

    You can view the site at http://www.modern-oak-furniture.com

    Regards,
    Reders

    mfcphil Friend
    #324110

    For the IE8 fix 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 you can

    go to your admin and find your index.php file
    add the following code into the first line of your <head> of that file

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

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

This topic contains 2 replies, has 2 voices, and was last updated by  mfcphil 14 years, 6 months ago.

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