Hi
I am using a lightbox to display a form. The date picker is displaying behind the lightbox. Is it possible to change this?
I am using a lightbox to display a form. The date picker is displaying behind the lightbox. Is it possible to change this?

Hi handbuild,
I guess that the CSS has to be edited to increase the z-index of the date-picker.
Bob
I guess that the CSS has to be edited to increase the z-index of the date-picker.
Bob
Hi handbuild,
I'd suggest that you take a look with FireBug in FireFox or the Chrome Developer tools.
If you post a link to the form I can take a quick look.
Bob
I'd suggest that you take a look with FireBug in FireFox or the Chrome Developer tools.
If you post a link to the form I can take a quick look.
Bob
Thanks again Bob,
I've been using both of those tools, tried setting the z-index in few places in calendar2.css. Haven't gotten it yet but will keep trying. Here's the URL http://broadoakscountryhouse.com/civil-partnerships/tailor-made-weddings.
I've been using both of those tools, tried setting the z-index in few places in calendar2.css. Haven't gotten it yet but will keep trying. Here's the URL http://broadoakscountryhouse.com/civil-partnerships/tailor-made-weddings.
Hi handbuild,
Please try adding this in the Form CSS box:
Bob
Please try adding this in the Form CSS box:
div.dashboard {
z-index: 10000 !important;
}
Bob
Hey Greyhead,
I have a similar problem.
I tried to add the code to 'Load CSS' area in the code section of the form. It didn't work... Could you have a look? Here's the link: http://www.davosholidays.com/de/buchung.html.
Thanks!
I have a similar problem.
I tried to add the code to 'Load CSS' area in the code section of the form. It didn't work... Could you have a look? Here's the link: http://www.davosholidays.com/de/buchung.html.
Thanks!
This topic is locked and no more replies can be posted.