我有一个幻灯片div,我在div上面有一个datepicker字段.
当我点击datepicker字段时,datepicker面板显示在幻灯片div后面.
我把脚本放在:
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js
所以我无法在CSS中更改datepicker的z-index.脚本生成的datepicker的z-index为1,我的幻灯片div(也称为googleajaxapi)z-index为5.所以我想我必须增加日期选择器的z-index大于5.所以有有什么办法可以增加吗?
有人可以帮帮我吗?
我有一个对话框,对话框中有一个datepicker字段.
当我打开对话框并单击datepicker字段时,datepicker面板显示在对话框后面.
我尝试了更多属性:zindex,stack,bgiframe,但没有成功.
有人可以帮帮我吗?
韩国社交协会.
我使用的引导V2.3.2和jQuery 日期选择器 v1.10.0,
在模式上我试图利用日期选择器,它出现在Firefox和IE上的模态背后,在Chrome上似乎工作正常.
这就是它在IE和Firefox上的样子

我的模态HTML
<div id="editGoals" class="modal hide fade" data-keyboard="false" data-backdrop="static">
<div class="modal-header">
<a type="button" class="close" data-dismiss="modal" aria-hidden="true">×</a>
<h3 style="font-size: 18px;" id="myModalLabel"><img src="assets/img/logo_icon.png">Goal Tracker</h3>
</div>
<div class="modal-body">
<div id="message2"></div>
<form action="dashboard-goals-ajax.php" method="post" name="goaldataform" id="goaldataform"
class="form-horizontal goaldataform">
<div class="control-group">
<label class="control-label goal_label_text"><?php _e('Goal Target'); ?>
</label>
<div class="controls">
<div class="input-prepend input-append">
<span class="add-on">$</span><input type="text" class="input-medium" name="goal_target" id="goal_target" value="">
</div>
</div>
</div>
<div class="control-group">
<label class="control-label goal_label_text"><?php _e('How much have you saved towards your goal?'); ?>
</label>
<div class="controls">
<div …Run Code Online (Sandbox Code Playgroud) jquery jquery-ui datepicker twitter-bootstrap bootstrap-modal