If calendar is installed (according to step-by-step instructions post) and the theme is set to pushbutton then something weird happens if you open the page in IE. My IE is 6 and windows is XP, not sure if happens in other versions.
What happens is that if you hover over the dates in the calendar in the block view, the date that you hover over will become bold, which in turn will change the width of the calendar table and will cause the whole page content to be shifted to the right.
You can see this weird behaviour if you go to http://easymortgagetips.com
I was able to (kind-a) fix it by changing all
font-weight: bold;
to
font-weight: normal;
in the theme's style.css file for all a: entries
and by adding
font-weight: normal;
to all mini entries in the calendar.css file in the calendar module directory but this obviously is not a proper solution but an ugly hack from a CSS-ignoramus...
The problem does not show up in minelly, marvin and chamelleon. Also when viewing in Firefox everything looks fine (none of the dates in the calendar table is bolded so no problem).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | calendar_block_IE6.png | 17.17 KB | yersin |
| #1 | calendar_year_view_IE6.png | 43.11 KB | yersin |
Comments
Comment #1
yersin commentedI have the same problem; calendar looks thinner in Firefox. Besides, the year view messes up and shows only two months per row (not three as in firefox); however, the year view in firefox also looks ugly. The months overlap. I'm adding pictures about these problems. I hope someone can help.
yersin
Comment #2
dpearcefl commentedConsidering the time elapsed between now and the last comment plus the fact that D5 is no longer supported, I am closing this ticket.