PDA

View Full Version : Modal Windows and div'ed items OVER them!!!!! HELP


BrightNail
03-17-2008, 10:02 PM
I am using this script here:

http://livepipe.net/projects/control_modal

Works great, BUT within the modal popup, I have a form. One of the inputs I have is a date input an "onclick" pops a 'calender' I need to display.... One of those calendars that allows the user to select a date (calendar date picker) etc..
the one from Matt Kruse (or similiar).

BUT the calender popus UNDER the modal every time.. I put the divs IN the "main" div, no luck etc. I spent hours trying to get this to work.. no luck.

has anyone worked around this???? please advise.

Basscyst
03-18-2008, 09:13 PM
http://dotnetjunkies.com/WebLog/jking/archive/2003/07/21/488.aspx

BrightNail
03-18-2008, 11:48 PM
THANK YOU!!!!!

But the question I have now - I should of mentioned this, is can that "NEW div" that layers on top of the modal box pass date INTO the modal box.

I have a calendar picker that the user interacts with and the data they select needs to go INTO an input box I have on the modal?

thanks again.