0
我已經搜索,沒有人似乎有我的特殊問題。滾動條出現,但側面沒有箭頭。如何從div/iframe中刪除此水平滾動條?
而且我將頁面翻過來,因此我可以隱藏Intranet站點側面的側面啓動菜單。
我的代碼是:
<html>
<body>
<div style="overflow:hidden; width: 300; height:1000; position:absolute; left:-170px; top:-100px">
<iframe src="" style="overflow:hidden;" width=350 height=250 frameborder="0" scrolling="no">
</iframe></div>
</body>
</html>