Posts Tagged zindex

datePicker and jqModal z-index problem

It appears that jqModal and datePicker have z-index problems. My datepicker appeared below the form inside jqModal. The fix for this is very simple. We have to modify CSS for UI and jqmodal.
This is because they don’t set z-index property properly. But we can change it on our own…