Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • mwiprod Friend
    #122927

    When I use the Events Cal Module[/url], the left column gets pushed down below the main body content.

    This seems to only happen in IE 6

    It is ok with Firefox.

    I think the reason is IE6 don’t understand border-spacing in

    #ja-lefttcol table {
    border-collapse: collapse;
    border-spacing: 0;
    }

    But there is cellspacing=”0″ in mod_events_cal.php

    $content = '<table cellpadding="0" cellspacing="0" width="140" align="center" class="mod_events_monthyear">' . "n"
    . '<tr >' . "n";

    If I modify this line with align=”right” I obtain :

    Names of days are on the same line than name of month.

    With align=”left” :

    Thanks for your help. 🙂

    Michael Casha Friend
    #230147

    Have you got a live site url?

    Menalto Friend
    #230148

    Yeah a site url would help alot here

    mwiprod Friend
    #230299

    You can see the bug on lyceearagon.olympe-network.com/CDI/

    swemmel Friend
    #230302

    I think it is or the Event-module or the RSS Feed module that causes it. Try to unpublish these 2 modules and see what happens.

    Kind Regards,

    Peter

    mwiprod Friend
    #230335

    I know that. :p
    <em>@mwiprod 28451 wrote:</em><blockquote>When I use the Events Cal Module[/url], the left column gets pushed down below the main body content.</blockquote>

    What must I modify in this module ?

    swemmel Friend
    #230340

    mwiprod;28758I know that. :p

    What must I modify in this module ?

    Is there a parameter in the events-module to set the width? Than you can try to set this one lower. Otherwise you have to do some editing in the templates CSS-file and set the width of the left column a little higher.

    Kind Regards,
    peter

    mwiprod Friend
    #230470

    My problem is resolved. 🙂

    swemmel, thanks you for your hint. 😀

    The solution is to replace

    .wide #ja-mainbody-fr {
    width: 698px;
    }

    by

    .wide #ja-mainbody-fr {
    width: 698px;
    width: 697px !important!;
    }

    and

    #ja-mainbody-fr {
    background: url(../images/mainbody-bg.gif) repeat-x top #F7F7F7;
    padding: 10px 10px 20px;
    float: right;
    width: 568px;
    }

    by

    #ja-mainbody-fr {
    background: url(../images/mainbody-bg.gif) repeat-x top #F7F7F7;
    padding: 10px 10px 20px;
    float: right;
    width: 568px;
    width: 567px !important!;
    }

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

This topic contains 8 replies, has 4 voices, and was last updated by  mwiprod 16 years, 5 months ago.

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