Re[3]: Solution to
2005/09/28 15:10
Viewed 64925 times
Replies: 1/1

I managed to solve this problem by adding
z-index: 1000;
in skin css file.

for example, my modified calendar-win2k-cold-2.css now starts with:

.calendar {
position: relative;
display: none;
border-top: 2px solid #fff;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
border-left: 2px solid #fff;
font-size: 11px;
color: #000;
cursor: default;
background: #c8d4d0;
font-family: tahoma,verdana,sans-serif;
z-index: 1000;
}

Re[4]: Solution to
2008/02/25 20:38
Viewed 15785 times
Replies: 0/0

None of the solutions I´ve read here solved it :-(
I'm so sad; what can I do ?? I wouldn't like to get off the calendar from my intranet app

last
Google