today marked after reload
2004/10/29 08:43
Viewed 20755 times
Replies: 1/2

hi,
i´m using the calendar to insert dates into a database, so that the page reloads after i´ve confirmed a date.
that means that always after reloading the date of today is marked - but what i´d like to have is that the dated i chose befor stays marked -
how can i achieve this?

thanks for help and sorry for my broken english

volker from germany

Stting Its Z Index
2004/11/27 20:45
Viewed 23471 times
Replies: 1/1
I'm not sure where to put this, so here goes. I have added a line to calendar.js to give it a Z-Index above others. I had trouble with it being hidden by other divs with Z-Index > 0 around line 746 Maybe this will hep somee var div = Calendar.createElement("div"); this.element = div; div.className = "calendar"; if (this.isPopup) { div.style.position = "absolute"; div.style.display = "none"; div.style.zIndex = 60; // added by greg to keep on top } div.appendChild(table);
last
Re: Stting Its Z Index
2004/12/13 21:21
Viewed 25661 times
Replies: 0/0

I tried implementing this solution, and the calendar does appear on top, however, the mouseovers and clicks don't work. Also tried z-index in the css file, but I have the same problem.
It all seems to work fine in IE, but not in Mozilla Firefox.
Am I missing something here?

last
Google