2010-09-03 115 views
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> 

alt text

回答

0

這是我對我的一個網站使用的代碼...根據需要加以編輯。

<iframe src ="http://www.iframesite.com" width="768" height="2500" frameborder="0" marginheight="0" marginwidth="0"><p class="style1">Your browser does not support iframes.</p> 
    </iframe>