Re: jsCalendar display issue
2008/10/15 16:55
Viewed 2265 times
Replies: 1/1

Having same problem. I believe in my case it is CSS related. I modified the CSS by adding a width: 19em; and this shrunk the calendar down but the border was not correct. I need to see what other CSS modifications are necessary to get this looking correct. Anyone else have suggestions?

Re[2]: jsCalendar display issue
2008/10/18 05:43
Viewed 2806 times
Replies: 0/0

Here's what I did to fix width issue; your mileage may vary. I added 2 width statements in the theme.css file (you need to apply this to each them or at least to the one you are using. Here is how it looks:
div.calendar { position: relative; width:22.5em; }

.calendar, .calendar table {
border: 1px solid #bdb2bf;
font-size: 11px;
color: #000;
cursor: default;
background: url("normal-bg.gif");
font-family: "trebuchet ms",verdana,tahoma,sans-serif;
width:19em;

}

Good luck!

last
Google