回答
有噸*盒腳本週圍。 我相信他們都不在全部存在的瀏覽器,但像Thickbox本身的大多數主流解決方案應該在所有主要瀏覽器表現良好,這是最好的,你可以要求。
查閱這些名單:
- Thinking Outside The LightBox – TOP 10 PICKS
- 30 Scripts For Galleries, Slideshows and Lightboxes在碎雜誌
任何東西更具體的,你就必須進入更多的細節。
tx ...但我的確切要求是...我必須將jcrop模塊放在厚盒(或)燈箱(或)灰盒上。 我該怎麼做? – user71723 2010-01-02 18:44:05
什麼是jcrop模塊?請修改您的問題。 – 2010-01-02 18:59:06
我做了我自己的lightboxing東西,這裏是我正在使用的是回到IE6肯定。您只需創建一個div並將其直接附加到正文。你需要製作一個半透明的PNG圖像作爲你的背景。
html, body{height:100%;}
#lightbox_darkLayer{
display: block;
position: fixed;
top: 0px;
left: 0px;
_top: expression(((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
_left: expression(((ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
width: 100%;
height: 100%;
background:url(/images/overlayBg.png) repeat;
z-index:1001;
_filter: alpha(opacity=70);/*This is for IE6 who won't support a translucent png as a bg image*/
}
以下劃線作爲前綴的css屬性適用於IE。您可以通過在IE中添加一些CSS,特別是使用它們的html comment if check thing來做到這一點。
你的代碼在FF中工作正常但不在IE6中 – user71723 2010-01-02 18:53:49
- 1. Html隱藏div覆蓋
- 2. 的OpenLayers - HTML DIV覆蓋
- 3. html fixed div被其他div覆蓋
- 4. 覆蓋div div
- 5. 覆蓋div iframe
- 6. Mootools Div覆蓋
- 7. IE6覆蓋Div
- 8. Flash與Div或HTML覆蓋和mootools Fx.Slide
- 9. div覆蓋html表中的位置
- 10. 煎茶觸摸2覆蓋showBy HTML DIV
- 11. 滾動覆蓋HTML中的div元素
- 12. 覆蓋HTML div內的鏈接樣式
- 13. div覆蓋定位?
- 14. 兩個div覆蓋
- 15. 覆蓋div行爲
- 16. 用透明覆蓋物覆蓋div
- 17. 覆蓋一個畫布覆蓋div
- 18. 顯示一個覆蓋覆蓋的DIV
- 19. CSS中心div覆蓋覆蓋頂部
- 20. 把一個覆蓋覆蓋div
- 21. 覆蓋div爲多個div
- 22. 忽略覆蓋div
- 23. 覆蓋DIV - CakePHP的
- 24. 如何覆蓋div?
- 25. Div覆蓋ontop IFrame
- 26. HTML - 覆蓋不覆蓋整個窗口
- 27. Div覆蓋幾個表列
- 28. CSS Box-Shadow div覆蓋
- 29. 透明度與覆蓋DIV
- 30. 父div的滾動條覆蓋子div
請詳細說明問題。我們在哪裏可以看到一個「疊加」的好例子? – naivists 2010-01-02 18:30:37
thickbox有什麼問題? – 2010-01-02 18:32:10