ratajik
Junior Member
Posts: 2
Registered: 6/2/2003
Member Is Offline
|
| posted on 6/2/2003 at 09:20 PM |
|
|
Static Height
Is there a way to make sure that the calendar control always has a static height? Having it shrink or grow based on the numbe of weeks/days looks odd
when it's embedded in a page that has stuff around it.
Thanks!
-Greg
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/3/2003 at 10:22 AM |
|
|
You can specify the height of the calendar explicitly in CSS file.
.calOuterTable {
border: 1px solid Gray;
width: 170px;
height: 170px;
}
Also it is possible to adjust vertical alignment of contained elements.
|
|
|
ratajik
Junior Member
Posts: 2
Registered: 6/2/2003
Member Is Offline
|
| posted on 6/6/2003 at 06:52 PM |
|
|
Thanks. Also
That at least made it not jump up and down.
Expanding on this, I have two calendars side by side. It looks odd when the user chooses a month that makes the calendar show less week rows.
Is there a way to always make the calendars not only the same size, but force them to have the same number of week rows/days?
Thanks!
-Greg
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/9/2003 at 11:01 AM |
|
|
so you want 5 rows calendars no matter how many days current month have. right? If so, then contact us at http://www.softcomplex.com/support/ with customization request. We'll do that
at no additional charge.
|
|
|