bgiframe 插件用来轻松解决 IE6 z-index 的问题,如果网页上有浮动区块和下拉选单重叠时,在IE6会看到下拉选框总是把浮动区块覆盖住,无论怎么调整 z-index 都是没用的,而用 bgiframe 就可以轻松解决这个问题。

使用方法:

$(document).ready(function() { 
  $('#floatingBox').bgiframe(); 
}); 
 
 
官方地址:http://plugins.jquery.com/project/bgiframe




=================================================
bgiframe Plugin - 輕鬆解決 IE6 z-index 的問題

如果網頁上有浮動區塊和下拉選單重疊時,在 IE6 會看到下拉選單總是把浮動區塊蓋住,無論怎麼調整 z-index 都是沒用的

http://jsgears.com/thread-74-1-1.html

posted on 2009-10-14 23:04  钱途无梁  阅读(1906)  评论(0编辑  收藏  举报