iframe垂直滚动条

时间:2009-09-30 17:43:01

标签: html iframe scrollbar

如何摆脱iframe中的垂直滚动条?见这里:

http://lambodhara.tumblr.com/

代码是:

<iframe width="560" height="350" frameborder="0" scrolling="no" src="http://zleek.com/champ1979/navarathri-2009?embed=true&page=0"></iframe>

2 个答案:

答案 0 :(得分:2)

这不是很完美,但您可以在iframe的Silverlight容器中添加overflow: hidden

<div id="silverlightControlHost" style="overflow: hidden">

答案 1 :(得分:0)

style="overflow:hidden" 

可能?