IE6下拉框圖層問題探討及解決
更新時(shí)間:2014年01月03日 15:23:22 作者:
有關(guān)IE6下拉框圖層問題,一直困擾著大家,下面有個(gè)不錯(cuò)的方法大家可以嘗試操作下
js需添加:
$("#div_bksq").bgiframe();
jsp需添加:
<script type="text/javascript" src="resources/js/plugins/jquery/jquery.bgiframe.min.js"></script>
jsp代碼:
<!-- 添加、申請(qǐng)以及修改布控頁面開始 -->
<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)以及修改布控頁面開始 -->
<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)文章
bootstrap實(shí)現(xiàn)嵌套模態(tài)框的實(shí)例代碼
這篇文章主要介紹了bootstrap實(shí)現(xiàn)嵌套模態(tài)框的實(shí)例代碼,代碼簡(jiǎn)單易懂,非常不錯(cuò),具有一定的參考借鑒價(jià)值,需要的朋友可以參考下2020-01-01
js實(shí)現(xiàn)移動(dòng)端微信頁面禁止字體放大
本文主要介紹了js實(shí)現(xiàn)移動(dòng)端微信頁面禁止字體放大的方法,具有很好的參考價(jià)值,下面跟著小編一起來看下吧2017-02-02
javascript table排序 這個(gè)更簡(jiǎn)單了,不用改變現(xiàn)在的表格結(jié)構(gòu)
另外一個(gè)table排序,這個(gè)更簡(jiǎn)單了,不用改變現(xiàn)在的表格結(jié)構(gòu),來自國(guó)外的代碼。2010-04-04
JavaScript實(shí)現(xiàn)區(qū)塊鏈
很多朋友都聽說過比特幣和以太幣這樣的加密貨幣,但是只有極少數(shù)人懂得隱藏在它們背后的技術(shù),接下來通過本文給大家介紹用JavaScript來創(chuàng)建一個(gè)簡(jiǎn)單的區(qū)塊鏈來演示它們的內(nèi)部究竟是如何工作的,感興趣的朋友一起看看吧2018-03-03
JS實(shí)現(xiàn)的楊輝三角【帕斯卡三角形】算法示例
這篇文章主要介紹了JS實(shí)現(xiàn)的楊輝三角【帕斯卡三角形】算法,結(jié)合實(shí)例形式分析了楊輝三角的原理及javascript實(shí)現(xiàn)楊輝三角的相關(guān)操作技巧,需要的朋友可以參考下2019-02-02
JavaScript實(shí)現(xiàn)省市區(qū)三級(jí)聯(lián)動(dòng)
這篇文章主要為大家詳細(xì)介紹了JavaScript實(shí)現(xiàn)省市區(qū)三級(jí)聯(lián)動(dòng),文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下2020-02-02

