» Forums
» The DHTML Calendar
» General discussion
» today marked after reload
| today marked after reload ¶ | |
| hi, thanks for help and sorry for my broken english volker from germany | |
| Stting Its Z Index ¶ | |
| 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 ¶ | |
| 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. | |
| last |














