PDA

View Full Version : Sizing the monthly calendar


kevinvanreenen
10-07-2005, 12:13 PM
The calendar is working well, but I need some help on an issue.

Is there a way to change the monthly calendar style (.s20Toc and .rowsTOC) in the estyle.css sheet so that the calendar is not set to a specific height?

I need to be able set a default size (eg. at 100px to fit 4 items) but the calendar must also be able to expand in height automatically if I add more items (lets say more than four) so that each item can be read and not cut off.

Thanks!

Brian
10-07-2005, 12:51 PM
Most browsers will resize the TOC for the data, but IE has some issues with CSS in this respect.

Not sure if this will help, but you may want to try removing the CSS in the titleTOC:

overflow:hidden;
white-space:nowrap;