Displaying Calendar in <DIV> across 2 frames

wxdqz

New Member
I have a application that I'm working on with an interface consisting of 2 frames (top and bottom). I'm using a javascript popup calendar that allows users to select a date in a <div>. The calendar is located in the top frame. When the calendar pops up, it is covered by the bottom frame.

Does anyone know how to display the calendar so that it will span across both the top and bottom frames???

I've tried using the z-index property to get it to dispay over the bottom frame but have been unsuccessful. Any help would be greatly appreciated.

Thanks.
 
Back
Top