//设置iframe高度function setHeight(){
var originalHeight=$(window).height();
var headerHeight=$('.header').height();
$('#iframe1').height(originalHeight-headerHeight)
}
之前在处理后台项目时使用了iframe,处理的过程中出现了双滚动条。
使用上面的方法处理,可以解决。
posted on
2016-11-15 14:48BeAMan
阅读(244)
评论(0)
编辑收藏举报