請教各位兄弟請教一個問題 除錯瀏覽器:ie6 ie6以上無問題 只在ie6以下有此問題
兩個div 一個里面是input 另外一個是select
我想讓input所在div浮在select上把select覆寫的的剩一個下拉框按鈕
可是 input所在div右邊卻出現了一大片空白多余的區域 把select 給蓋住了 不知道怎么弄出來的 不知道怎么消除多余的空白
下圖中綠色的為除錯時加的div邊框 原本不該被覆寫的input所在div的右邊 有多余空白

這一塊代碼如下 請大家幫忙看下這個問題該怎么解決 感激不盡!
<td width="30%" style="text-align:left;"> <div style="margin:left;overflow:hidden;width:150px;position: relative;z-index:10000;border-style:groove;border-width:1pt; border-color: green;" id="divv">
<input style="width: 150px;" onblur="modelhid()" id="modelIDinp" type="text">
</div>
<div style="position:absolute;z-index:1;">
<div style="margin-top:-15px;width: 200px;">
<select style="width: 200px;" onclick="omodelIDselecth()" onchange="omodelIDselecth2()" name="modelID" id="omodelID">
</select>
</div>
<div id="modelIDdivid" style="position:absolute; z-index:10000; top:10px;left:0px;">
<select size="4" onblur="modelhid()" style="width: 295px;display:none" name="modelIDname" id="modelIDhidid" onchange="modelselect()" >
</select>
</div>
</div>
</td>
uj5u.com熱心網友回復:
妥善解決。。 不用謝。轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/129894.html
標籤:非技術區
上一篇:公共盤消失!
