V
vp.softverm
hi all .
Am facing problem with the date picker. when i click on date picker in
a popup window. the date table is opened in the middle of the pop up
window.
and it is unable to scroll with the pop up
window .
could u please give me any sujesion......................
wt may be the problem .........
is it of css / code.
actually
i changed the datepicker code still am getting the same...............
here am pasting the calender CSS
/*--------------- calendar --------------*/
..calendar {
background-color: #fff;
border: 1px solid #000;
}
..calendar_year, .calendar_month {
text-align: center;
border-bottom: 1px solid #aaa;
padding: 2px 0px;
}
..calendar table {
border-collapse: collapse;
margin-top: 2px;
}
..calendar thead {
font-weight: bold;
}
..calendar thead td {
padding: 0px 2px;
}
..calendar td {
font-size: 10px;
text-align: center;
}
..calendar td:hover {
background-color: #ccc;
}
td.calendar_selected {
background-color: #faa;
}
..calendar_special {
color: #c55;
}
..button {
border: 1px solid #000000;
background-color: #85AEEC;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
}
a.clicker:link {
color: #5D9AD6;
text-decoration: none;
font-weight:bold;
}
a.clicker:visited {
color: #5D9AD6;
text-decoration: none;
font-weight:bold;
}
a.clicker:hover {
color: #35577A;
text-decoration: none;
font-weight:bold;
}
..showTableBlock {
width: 100%;
position:relative;
visibility:visible;
}
..showBlock {
position:relative;
visibility:visible;
display:block;
padding: 0.1cm;
}
..hideBlock {
position:absolute;
visibility:hidden;
display:block;
padding: 0;
}
..showInline {
position:relative;
visibility:visible;
display:inline;
}
..hideInline {
position:absolute;
visibility:hidden;
display:inline;
}
Am facing problem with the date picker. when i click on date picker in
a popup window. the date table is opened in the middle of the pop up
window.
and it is unable to scroll with the pop up
window .
could u please give me any sujesion......................
wt may be the problem .........
is it of css / code.
actually
i changed the datepicker code still am getting the same...............
here am pasting the calender CSS
/*--------------- calendar --------------*/
..calendar {
background-color: #fff;
border: 1px solid #000;
}
..calendar_year, .calendar_month {
text-align: center;
border-bottom: 1px solid #aaa;
padding: 2px 0px;
}
..calendar table {
border-collapse: collapse;
margin-top: 2px;
}
..calendar thead {
font-weight: bold;
}
..calendar thead td {
padding: 0px 2px;
}
..calendar td {
font-size: 10px;
text-align: center;
}
..calendar td:hover {
background-color: #ccc;
}
td.calendar_selected {
background-color: #faa;
}
..calendar_special {
color: #c55;
}
..button {
border: 1px solid #000000;
background-color: #85AEEC;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
}
a.clicker:link {
color: #5D9AD6;
text-decoration: none;
font-weight:bold;
}
a.clicker:visited {
color: #5D9AD6;
text-decoration: none;
font-weight:bold;
}
a.clicker:hover {
color: #35577A;
text-decoration: none;
font-weight:bold;
}
..showTableBlock {
width: 100%;
position:relative;
visibility:visible;
}
..showBlock {
position:relative;
visibility:visible;
display:block;
padding: 0.1cm;
}
..hideBlock {
position:absolute;
visibility:hidden;
display:block;
padding: 0;
}
..showInline {
position:relative;
visibility:visible;
display:inline;
}
..hideInline {
position:absolute;
visibility:hidden;
display:inline;
}