Woohoo! 200 entries in 3 months
.
This is another CSS change; I’ve finally fixed the long-standing problem with IE making the calendar font too large, causing the sidebar to overlap onto the text. Note that this is an IE problem; Mozilla, which conforms to the CSS standards, does not have this problem.
The nerdy explanation is thus: In Mozilla, the font in the table is inherited from the div tag used for the sidebar, as it should be. In IE, the div tag is ignored and the font is inherited from the page body. Although this means it gets the font name right, it meant that the size was wrong.
Anyway, all tables should display using a smaller font in IE from now on.
Related Posts:
This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-ShareAlike 2.0 UK: England & Wales License.
December 24, 2002 at 05:51
So what did you do to fix it then?
December 25, 2002 at 10:16
Simple…
TABLE{font-size:11px}
…in the stylesheet.
January 8, 2003 at 19:19
Blog: 200th Post
I’ve just reached my 200th blog post – at a rate of 100posts every month.