我搜索过,似乎没有其他人有我的特殊问题。滚动条显示,但侧面没有箭头。
我正在翻页,所以我可以隐藏我的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>
答案 0 :(得分: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>