-
AuthorPosts
-
September 27, 2007 at 3:36 pm #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
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.Thanks for your help. 🙂
Michael Casha FriendMichael Casha
- Join date:
- September 2014
- Posts:
- 2561
- Downloads:
- 1
- Uploads:
- 32
- Thanks:
- 41
- Thanked:
- 119 times in 1 posts
September 28, 2007 at 6:18 am #230147Have you got a live site url?
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 28, 2007 at 6:19 am #230148Yeah a site url would help alot here
October 1, 2007 at 9:05 am #230299You can see the bug on lyceearagon.olympe-network.com/CDI/
swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
October 1, 2007 at 11:11 am #230302I 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
October 2, 2007 at 8:02 am #230335swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
October 2, 2007 at 10:01 am #230340mwiprod;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,
peterOctober 4, 2007 at 11:00 am #230470My 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!;
}
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by mwiprod 17 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum