I have implemented an jquery datepicker for an input field in html. Problem is, that the datepicker appears in the background in place of in the foreground and so I cannot set a date (see the link). The div tag of the input field is in an fieldset which is always in the front.
http://i40.tinypic.com/35i1wl0.png
what can I do to let the datepicker open in the front?
You have a problems with positioning or z-index property
I think that your divs simple have a more z-index value that jquery datepicker div.
Try change yours z-index property. Often z-index sets to much bigger values like 9999 or 999 it’s not correct, because for you it is sufficient to use the lower values of z-index property.