[TYPO3-calendar] Problems with Internet Explorer 7

Thomas Kowtsch thomas at kowtsch.de
Wed Feb 1 20:22:56 CET 2012


Christian,

On 01.02.2012 17:39, Thomas Kowtsch wrote:
> Most
> likely this is a CSS handling issue and not directly related to cal.

Looks as if the table definition is messed up and IE7 behaves somewhat 
different with <colgroup> tags. Monday's dates get rendered with CSS 
class cal_day1.
Example for Jan30:
<td class="eventDay monthSmallBasic monthOff monthCurrentWeek cal_day1">

But your colgroup separates between day0 and day1 as weekend
<colgroup class="monthSmallBasic monthWeekend" span="2">
<col class="cal_day0">
<col class="cal_day1">
</colgroup>

While _day1 is the first in your list, and cal6 is the end...

Give it a try to change it - I have no other idea here.

Thomas


More information about the TYPO3-project-calendar mailing list