Re: Solution to "Show calendar on top"
2004/10/05 04:33
Viewed 66199 times
Replies: 1/3

Hi again,
I found the solution. The problem was that my "DIV had a z-index higher than my calendar, so I changed the "DIV" z-index and now it works fine.

last
Re: Show calendar on top
2008/02/25 20:27
Viewed 6816 times
Replies: 0/0

Hi can anyone tell me how to solve this problem. Any ideas ?? My pop-up calendar was working fine till i put it into a DIV. Now it doesn't appear and it doesn't throw any js error !!!
I NEED HEEEELPPPP !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

last
Calendar Positioning in IE
2004/10/11 22:49
Viewed 52115 times
Replies: 2/5
by rhys

I am having some difficulty getting my calendar to position correctly in IE6 on WinXP.
It seems that any <br /> tags in the page above the calendar button upset the positioning. making the calendar popup lower down the page. Is there some way i can workaround (apart from removing the <br />s)?

last
Re: Calendar Positioning in IE
2004/10/11 23:50
Viewed 55666 times
Replies: 1/1
by rhys

hmmm... i did a bit more checking and it appears that the strangeness i was seeing was to do with <br /> tags in IE, but only when combined with some dodgy css.. more details when i work it out, but for now please don't worry about getting a solution.

Thanks,
Rhys

last
Re: Calendar Positioning in IE
2004/12/09 14:50
Viewed 46020 times
Replies: 2/2

I am having a similar problem except when I view my page locally (IE 6,XP Pro, IIS). The calendar is displaying horizontally across the entire screen. Also in Firefox 1.0(locally - IIS and Tomcat 5), there is a big empty space next to the 'next year' and 'next month' buttons, which are stacked instead of side by side. I can fix the IE problem in the style sheet(*-system.css) but it doesn't fix the Firefox issue and they may be related (as if I know..).

I hardly ever post to forums but it's a great calendar and we really want to use it in our web app.

last
Resizing
2004/10/14 08:58
Viewed 37748 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

last
Re: Resizing
2004/11/30 21:33
Viewed 34789 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
calendar day 30
2004/10/14 10:16
Viewed 32176 times
Replies: 0/0

Looking at the calendar demo in Firebox p1.0, all the sqares that shouldn't have days in them are filled in with 30, is that a bug?

last
New Bug with Time selector
2004/10/14 13:59
Viewed 32388 times
Replies: 1/6
by meo

Hi there, I just found out that if you put the time selector on with the double-click date selector, there's the following bug :

If you change the time and then click on the date you want to close the calendar, the time you entered just doesn't update in the associated control.

If you close the calendar by clicking somewhere else in the page or with the "X" button, it just works fine, but if you close the calendar by double-clicking on the date you want to select, time just comes back to what it was...

Please give us some feed back on this.

Thanx

Meo

last
Google