IE6下拉框圖層問(wèn)題探討及解決
更新時(shí)間:2014年01月03日 15:23:22 作者:
有關(guān)IE6下拉框圖層問(wèn)題,一直困擾著大家,下面有個(gè)不錯(cuò)的方法大家可以嘗試操作下
js需添加:
$("#div_bksq").bgiframe();
jsp需添加:
<script type="text/javascript" src="resources/js/plugins/jquery/jquery.bgiframe.min.js"></script>
jsp代碼:
<!-- 添加、申請(qǐng)以及修改布控頁(yè)面開(kāi)始 -->
<div class="gjcx_pop" style="display: none; background: white;height: 480px;margin-top:-240px;" id="div_bksq"><input type="text" style="display: none" id="txt_isViewOrUpdate"/>
<div class="gjcx_pop_tit" style="cursor: move;" id="div_bksq_tit">
<span><img src="resources/themes/default/images/vts/sourch_ico.gif" /><font class="sxcx_titText"><input type="text" id="txt_bt" style="border:0px;width:60px;font: normal bold 13px '宋體';color: #00517e;text-decoration: none;float:left;background: url('resources/themes/default/images/vts/alert_tit.jpg') repeat-x left top" /></font></span>
<img src="resources/themes/default/images/vts/alert_close.jpg" id="img_gb" style="cursor: pointer;" title="關(guān)閉"/>
</div>
<div class="qvyu" id="qyTree">
<div class="qvyu_n">
復(fù)制代碼 代碼如下:
$("#div_bksq").bgiframe();
jsp需添加:
復(fù)制代碼 代碼如下:
<script type="text/javascript" src="resources/js/plugins/jquery/jquery.bgiframe.min.js"></script>
jsp代碼:
復(fù)制代碼 代碼如下:
<!-- 添加、申請(qǐng)以及修改布控頁(yè)面開(kāi)始 -->
<div class="gjcx_pop" style="display: none; background: white;height: 480px;margin-top:-240px;" id="div_bksq"><input type="text" style="display: none" id="txt_isViewOrUpdate"/>
<div class="gjcx_pop_tit" style="cursor: move;" id="div_bksq_tit">
<span><img src="resources/themes/default/images/vts/sourch_ico.gif" /><font class="sxcx_titText"><input type="text" id="txt_bt" style="border:0px;width:60px;font: normal bold 13px '宋體';color: #00517e;text-decoration: none;float:left;background: url('resources/themes/default/images/vts/alert_tit.jpg') repeat-x left top" /></font></span>
<img src="resources/themes/default/images/vts/alert_close.jpg" id="img_gb" style="cursor: pointer;" title="關(guān)閉"/>
</div>
<div class="qvyu" id="qyTree">
<div class="qvyu_n">
相關(guān)文章
實(shí)現(xiàn)連綴調(diào)用的map方法(prototype)
實(shí)現(xiàn)連綴調(diào)用的map方法(prototype),需要學(xué)習(xí)的朋友可以參考下。2009-08-08基于Css3和JQuery實(shí)現(xiàn)打字機(jī)效果
最近做項(xiàng)目,有需求實(shí)現(xiàn)一個(gè)字符逐個(gè)出現(xiàn),類似于打字機(jī)效果,于是上網(wǎng)搜了相關(guān)資料,接下來(lái),小編就給大家詳細(xì)介紹基于Css3和JQuery實(shí)現(xiàn)打字機(jī)效果,需要的朋友可以參考下2015-08-08JS 在數(shù)組插入字符的實(shí)現(xiàn)代碼(可參考JavaScript splice() 方法)
在數(shù)組插入字符,添加數(shù)組,刪除數(shù)組可以用slice自帶的方法。操作比較方便,這個(gè)代碼是作者通過(guò)push與shift方法實(shí)現(xiàn),只能是個(gè)思路,但不推薦這樣的方法。2009-12-12跟我學(xué)習(xí)javascript的基本類型和引用類型
跟我學(xué)習(xí)javascript的基本類型和引用類型,利用圖解的方式,告訴大家javascript的基本類型和引用類型的區(qū)別和聯(lián)系,感興趣的小伙伴們可以參考一下2015-11-11JavaScript駕馭網(wǎng)頁(yè)-CSS與DOM
DOM是種符合萬(wàn)維網(wǎng)標(biāo)準(zhǔn)的HTML操縱方式,它能比innerHTML特性達(dá)成更多操控功能。這篇文章主要介紹了JavaScript駕馭網(wǎng)頁(yè)-CSS與DOM的相關(guān)資料,需要的朋友可以參考下2016-03-03