Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • folkbear Friend
    #139903

    on my website, the right module aligns below the middle (component) column…
    if i put the banner in the left module, same thing happens

    so I’m presuming somewhere a </div>tag is missing, but I can’t seem to find where
    the component this happens with is puarcade 2.3.1b and only on the gamepages itself.

    can anybody help out by pointing me to the file to edit?

    url :http://www.filmzone.be/index.php?option=com_puarcade&Itemid=77&fid=&gid=6

    nguyenhuu quang Friend
    #299955

    I cant see, only left erros with letf module in your fontpage

    nguyenhuu quang Friend
    #299956

    open template.css (line 548)

    [PHP]#ja-col1 {
    float: left;
    overflow: hidden;
    width: 28% ;
    }[/PHP]

    edite
    [PHP]#ja-col1 {
    float: left;
    overflow: hidden;
    width: 28%;
    *width: 27.5%;
    }[/PHP]

    nguyenhuu quang Friend
    #299957

    template.css (line 557)

    [PHP]#ja-col2 {
    float:right;
    overflow:hidden;
    width:22%;
    }[/PHP]

    edite
    [PHP]#ja-col2 {
    float:right;
    overflow:hidden;
    width:22%;
    *width:21.5%;
    }[/PHP]

    folkbear Friend
    #299971

    hmmm, tried your solution, quang 268, but that did nothing for my problem….
    what browser did you use when you saw the errors with left module position on the frontpage? I don’t see the errors in my frontpage….

    nguyenhuu quang Friend
    #299974

    FF not problem, only on IE

    folkbear Friend
    #300059

    I avoided the first problem, by not publishing left and right positions on component load… but the problem in IE has nog shifted…

    the bottom modules (user 1,2,5,6) show behind the puarcade component… but only in IE, with Firefox 2 and 3 and Google Chrome there are no problems…

    image in attachment

    folkbear Friend
    #300073

    I can give some more info now :

    I tested the issue with different templates, and only JA Rutile brougth these problems…

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

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

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