Wrong position date picker pop-up

amanda1987 16 Jun, 2011
I have a long subscription form which contains 2 date-picker fields.
The first works fine, but the second not so much.

When I click at the field or the button next to it, the pop-up appears on top of the page. At low resolutions the pop-up isn't visible without scrolling up to the top of the page.
The problem only appears in IE.

I have no idea where to look to fix this problem.

[I'm using the Chronoforms_J1.5_V4_RC1.9.zip version.]
kevin0204 01 Jul, 2011
I have the same problem with same version.

Wrong position date picker pop-up image 1
GreyHead 01 Jul, 2011
Hi,

Please post a link to the form so I can take a quick look.

Bob
GreyHead 02 Jul, 2011
Hi Kevin0204,

Please try adding this to the form CSS
div.datepicker_dashboard {
  z-index:100;
}

Bob
kevin0204 02 Jul, 2011
Hi Bob

Problem fixed by add CSS.

Thanks
powerpaint 06 Jul, 2011
HI there. I have exactly the same problem. Can you please tell me, where to put what? Which directory? Which css?
GreyHead 06 Jul, 2011
Hi powerpaint,

Drag a Load CSS action into the form OnLoad event and add it there.

Bob
powerpaint 07 Jul, 2011
Great. It´s working. Awsome.
This topic is locked and no more replies can be posted.