Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • judith Friend
    #142799

    (I’m sorry, the title must be: ‘Right column slips to the LEFT in IE8’)

    I built my webshop with JA_Nagya. After upgrading to IE8, I encountered some problems. Most of them are fixed now, except for the sliding of the right column. On the front page, I have the left and right column both activated.

    In other pages, I only want to display the right column. In IE7 and all other browsers this works just fine, but in IE8, the right columns moves to the left, into the contentsection.

    This only happens when I have a small content page.

    Is there a fix? Or do I need to download the latest version. If I need to download, please tell me how to save my current layout en content, with the newest template.

    My website:

    http://www.sparklesonline.nl (first page with 2 columns visible)

    Page with one column in the right position:

    http://www.sparklesonline.nl/index.php?option=com_phocagallery&view=category&id=1&Itemid=72

    Page with one column slipped to the left, into the contentpane;

    http://www.sparklesonline.nl/index.php?option=com_phocagallery&view=category&id=8&Itemid=71

    Please, I really hope someone can help me out real soon, as this is costing my me customers!

    Best regards,

    Judith.

    mfcphil Friend
    #311283

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

    judith Friend
    #311284

    thanks! It worked! I spent 3 hours looking for a solution and this has been fixed in 1 minute!

    Your first solution worked!

    Thanks a lo,

    Judith

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

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

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