2010-09-03 69 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>