change cjuidatepicker / jquery datepicker z-index
.date_field {position: relative; z-index:100;}
jQuery will set the calendar's z-index
to 101 (one more than the corresponding element). The position
field must be absolute
, relative
or fixed
. jQuery searches for the first element's parent, which is absolute/relative/fixed, and takes its' z-index
source : http://stackoverflow.com/questions/11533161/jquery-ui-datepicker-change-z-index
Comments
Post a Comment
silahkan berkomentar, kritik dan saran yang membangun adalah harapkan kita semua !