我想在我的页面上显示一个高度为72像素的顶部栏,然后加载一个iframe,在其下填充整个页面(减去顶部的高度)。
在我开始将我的顶部条放入account...somehow之前,我的iframe忽略了我设置的任何高度属性:
width='100%' height='1200' style='overflow:hidden;height:100%;width:100%'
or
width='100%' height='100%' style='overflow:hidden;height:100%;width:100%'
我一直在读这篇文章:Full-screen iframe with a height of 100%
但没有运气。看看这里的直播:http://www.trouwlocaties.com/extpage.aspx?id=315&t=1
发布于 2015-03-16 16:46:43
尝试第一个从height:100%
中移除style
,现在iframe应该是1200 of的高度。
https://stackoverflow.com/questions/29082199
复制相似问题