给iframe加一个背景,当iframe加载完成后,背景图片会自动消失
<iframe src="<%=ecProSrc.toString()%>" name="promoFrame"
style="width:100%; height: 460px; overflow-x:auto; overflow-y:auto;
background:url(此处是背景图片) no-repeat center center" frameborder="0">
</iframe>
center center 的作用是让背景图片水平垂直居中