Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • tdgradio Friend
    #140703

    Hallo,

    i am using Ja Dravity about a year now. Since i use IE8 my content has moved to the left side of the screen. In the Demo on your website the content is in the middle, like it is in IE7 and any other browser.

    i am using Joomla 1.0.15 and my website is http://www.markusbender.de

    What do i have to do, to center my entire content in IE8 like in other browsers?

    regards

    markus

    tigger2000ttfn Friend
    #309579

    Has Anyone figured this issue out….

    tdgradio Friend
    #309586

    just use the IE8 fix for joomla 1.5. u can find it on google. install the plugin, switch it on and it will work

    tigger2000ttfn Friend
    #309589

    Thanks tdgradio….but I just downloaded the update and realized that joomlart has created a css file to fix the issue….ie8.css

    tdgradio Friend
    #309610

    i used the IE 8 Compatibility from Jeremy.J . i dident need a css because it emulates IE7

    mfcphil Friend
    #310612

    For anyone else…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″ />

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

This topic contains 6 replies, has 3 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