473,473 Members | 2,104 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Calender(date picker) table is scrolling with the popup window.

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;
}


Jun 27 '08 #1
1 3155
On May 22, 11:44 am, vp.softv...@gmail.com wrote:
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

/
/* the div that holds the date picker calendar */
..dpDiv {

}
/* the table (within the div) that holds the date picker calendar */
..dpTable {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
color: #505050;
background-color: #ece9d8;
border: 1px solid #AAAAAA;
visibility:visible;
}
/* a table row that holds date numbers (either blank or 1-31) */
..dpTR {
}
/* the top table row that holds the month, year, and forward/backward
buttons */
..dpTitleTR {
}
/* the second table row, that holds the names of days of the week (Mo,
Tu, We, etc.) */
..dpDayTR {
}
/* the bottom table row, that has the "This Month" and "Close" buttons
*/
..dpTodayButtonTR {
}
/* a table cell that holds a date number (either blank or 1-31) */
..dpTD {
border: 1px solid #ece9d8;
}
/* a table cell that holds a highlighted day (usually either today's
date or the current date field value) */
..dpDayHighlightTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
}
/* the date number table cell that the mouse pointer is currently over
(you can use contrasting colors to make it apparent which cell is
being hovered over) */
..dpTDHover {
background-color: #aca998;
border: 1px solid #888888;
cursor: pointer;
color: red;
}
/* the table cell that holds the name of the month and the year */
..dpTitleTD {
}
/* a table cell that holds one of the forward/backward buttons */
..dpButtonTD {
}
/* the table cell that holds the "This Month" or "Close" button at the
bottom */
..dpTodayButtonTD {
}
/* a table cell that holds the names of days of the week (Mo, Tu, We,
etc.) */
..dpDayTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
color: white;
}
/* additional style information for the text that indicates the month
and year */
..dpTitleText {
font-size: 12px;
color: gray;
font-weight: bold;
}
/* additional style information for the cell that holds a highlighted
day (usually either today's date or the current date field value) */
..dpDayHighlight {
color: 4060ff;
font-weight: bold;
}
/* the forward/backward buttons at the top */
..dpButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
padding: 0px;
}
/* the "This Month" and "Close" buttons at the bottom */
..dpTodayButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
}
Jun 27 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Andrew | last post by:
I am currently in the process of building a calender/date MySQL table that will be searched for available dates for holiday tours? I want to use a time column as there will be a restriction on...
8
by: PerryC | last post by:
I want to be able to accomplish this, please help: When click on the DOB field, a ActiveX Calender popup and the user choose a date, the value is automatically refreshed in the DOB field in the...
5
by: Alicia | last post by:
Yes, but will that skip a week and group by the date for me? I basically wanted something that would do a count of the dates, then group them by their week name.. BEFORE: Resource Date ...
1
by: Alicia | last post by:
I basically wanted something that would do a count of the dates, then group them by their week name.. BEFORE: Resource Date Total number of times that date Appeared (Count) 4/3/03 ...
5
by: MasterChief | last post by:
I have a imagebutton that when you click on it, it will open up a page containing a calender. When the pages starts up it gives the error Object reference not set to an instance of an object. and...
0
by: gopi2ks | last post by:
hi one and all i have one hyper link (birthday) and textbox (txt_birthday) when i click the hyperlink(birthday) it has to open one popup window with a calender, when i click the calender...
9
by: Mo | last post by:
After a little PHP education, my first project (to get my feet wet) is making an employee time-tracking program for our small business. *** ANY SUGGESTION, THOUGHTS, OR ADVICE WOULD BE WARMLY...
3
by: Denis | last post by:
I have a field called date . I want to have a drop down box which, when you chick on it, will show a calendar. Upon selecting a date from this calendar it will put the selected date in the...
1
by: xtremebass | last post by:
Hello Bytes, i have a calender program which is created by using Javascript. when i execute that program using Internet Explorer,it works properly but when i tried in Mozilla firefox it didnt...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.