当前位置: 代码迷 >> HTML/CSS >> 经过css设置 被遮罩的datepicker的z-index
  详细解决方案

经过css设置 被遮罩的datepicker的z-index

热度:106   发布时间:2012-11-13 10:00:50.0
通过css设置 被遮罩的datepicker的z-index

css 式来

<style type="text/css" >

?#ui-datepicker-div

? {

?? z-index: 9999999 ;

? }

</style>

  相关解决方案