自定義的彈出層。。彈出層不滾動,ie6不相容
阿新 • • 發佈:2019-01-25
<style type="text/css"> .l3h5{width:600px; border:1px solid #D8D8D8 ;z-index:1002;background:#FFFFFF; top:25%; left:25%;display: none;position: fixed;} .l3h5 ul{width:600px; display:block; overflow:hidden; border-bottom:1px solid #D8D8D8; clear:both; list-style:none; padding:0; margin:0; height:45px} .l3h5 ul li{width:199px; height:45px; float:left; border-right:1px solid #D8D8D8;text-align: center;line-height: 45px } </style>
<!-- 背景層 -->
<div id="close_dl_hei_bg" class="black_overlay"></div>
<!-- 要彈出的檔案 --><div id="demand_business_info_div" class="l3h5" > <ul style="background:#f8f8f8;height:25dp" > <li>是短髮散發</li> <li class="l3h5_lastLi"></li> </ul> <ul style="background:#f8f8f8;height:25dp" > <li>地煞符,9</li> <li>阿司法4</li> <li>阿司法</li> <li class="l3h5_lastLi"></li> </ul> </div>