Resizing
2004/10/14 08:58
Viewed 39279 times
Replies: 1/2

I would like to "resize" the calendar. Can you point me to the statements that define the "Height and Width". Thanks

Re: Resizing
2004/11/30 21:33
Viewed 36600 times
Replies: 1/1

The calendar doesn't have a fixed width or height. This is actually very good because (1) you don't have to figure it out and (2) it's not dependent on fonts and resolution of the client system.

However, if you do need to set a fixed width and height then you should be able to do so by adding something like the following statements somewhere in your CSS section:

.calendar,
.calendar table { width: 500px; height: 400px; }
last
Re[2]: Resizing
2006/10/13 12:11
Viewed 16227 times
Replies: 0/0
I tried to use your advice but it didn't worked... maybe I have to resize all the elements? haven't you got CSS wich implement a smaller calendar pop up?
last
Google