小弟在練習寫js圖層拖曳得功能
發現奇怪的問題
就是IE6下,某些圖層在拖曳時便的殘障
http://w5.loxa.com.tw/hua0053/new_file.html
在火狐或opera到很正常
在IE6下,出現到第三個圖層以後,第三個之後的圖層
就會變得托不動
之前火狐有這情況,我在div裡面用enter空下來就解決了
但是IE下不知道怎麼解決
請高手指點~"~
附上html部分程式碼
<div id="lay" rel="drag" class="move">
</div>
<div id="test" rel="drag" style="position:absolute; width:100px; height:100px;
border:#f34 1px solid; background:#EEE; top: 100px;" >
</div>
<div id="test" rel="drag" style="position:absolute; width:100px;
height:100px; border:#345 1px solid; background:#EEE; top: 200px;" >
</div>//從這之後的產生的圖層拖曳都會凸垂
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.117.169.131