Hello Ewart,
The second declared calendar does not look good as it has defined width (equal to
100) which is less than the calendar wrapper table width (defined to be
264px in the Web20 skin css class
.calendarWrapper_Web20). If you remove the width style setting of the second class (positioned at
~\RadControls\Calendar\Skins\Web20\Calendar.css), the calendar will look good.
Concerning centering of the column headers text, this is IE issue - it centers the text due to the declared width of the cell. As the cell width is declared to be 32px by the headers style class
.DaysOfWeek_Web20, the IE centers the text to it. You can test the page with Firefox and the text will be centered. You can workaround this behavior by removing the width style declaration from the class
.DaysOfWeek_Web20. We hope that helps.
Regards,
Petja
the Telerik team