1
我使用shadowbox在網站上打開不同的鏈接。出於某種原因,Firefox不顯示水平滾動條。它可以在所有其他瀏覽器中正常工作。shadowbox水平滾動條不顯示在Firefox中
我已經沒有運氣:(
<a href="http://exmaple.com" rel="shadowbox;width=200;height=200;scrolling=yes">link</a>
試過這個我自己也嘗試了iframe頁面上的以下內容:?
html {
overflow: -moz-scrollbars-horizontal;
overflow: scroll;
}
任何人都知道怎麼回事
工作就像一個魅力。謝謝 :) –