Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I have button in page. When clicking the button will show the panel. The panel contains the Javascript Calendar. When clicking the calendar image, it shows the calendar behind the panel. So that I am not able to select the date/time. I need the calendar should be opened inside the panel. How to fix this?

Any help would be appreciated.

Thanks in advance.

Arunachalam M.
Posted
Updated 28-Sep-12 3:36am
v2

1 solution

Is there a reason you're using a panel? If you don't require panel specific functionality, you could just wrap the calendar in a simple div that you hide/show.
Beyond that you could play with the z-index in the css styles for the calendar to bring it forward. (css z-index[^])
 
Share this answer
 
Comments
Arunachalam Muthukumar 1-Oct-12 2:07am    
It works with z-index and div. Thanks for your help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900