制作iframe大小的浏览器

时间:2010-08-31 11:18:13

标签: iframe

如何将iframe设为Web浏览器的绝对大小?我正在玩这个(http://liquor.com/askmen-jardiniere/)但无论我在Firebug中做什么,它都会在右侧和底部显示滚动条。我将宽度/高度设置为100%但是这不起作用,自动宽度/高度不起作用,即使设置scroller =“no”或者scrolling =“no”也不起作用。

如果可能的话,寻求一位大师伸出援助之手。任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

<强> [编辑] 啊哈,我找到了答案(至少看起来像是这样):

<html> 
 <head> 
  <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
 </head>
 <body style="paddin:0px;margin:0px;"> 
  <iframe src="http://liquor.com/askmen-jardiniere/" scrolling="no" style="width:100%;height:100%;border:none;"/>
 </body>
</html>

这是因为浏览器具有默认样式表和Body标签的put padding。