Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mj1256 Friend
    #132257

    the right hand column loads below the content in ie6

    using 1.0.15

    anyone have the code to fix>??

    kmharper Friend
    #265485

    I’m having the same problem, but using J1.5.

    http://compareidaholenders.com

    Any suggestions?

    kmharper Friend
    #265518

    I think it might have something to do with an overlap of the middle column and the right column. Here’s a screenshot of the overlap.

    It is only apparent when the text wraps a certain amount, hence the extra character in the word “short.” One more character, and it would wrap normally and be unnoticeable.

    But I think this overlap must be the results of a CSS conflict, and may be contributing to the IE 6 layout problem.

    Please post if you have ideas/solutions.

    Thanks!

    kmharper Friend
    #265550

    I found the following thread that deals with this problem:

    http://www.joomlart.com/forums/topic/jaedenit-the-left-column-moves-downwards-with-ie6/

    In the CSS file, add the overflow declaration below:

    /* PRIMARY COLUMN
    ——————————————————— */
    #ja-content {
    clear: both;
    display: block;
    float: left;
    overflow:hidden;
    width: 75%;
    }

    That will solve it!

    radima Friend
    #266436

    In which file of css? in the template file named: template.css?

    I do this but not work

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

This topic contains 5 replies, has 3 voices, and was last updated by  radima 16 years, 3 months ago.

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