您的位置:首页 > 其它

iframe 背景透明和设置边框

2014-01-07 18:54 344 查看
<div style="width:1023px;height:660px;position:absolute;left:246px;top:185px">

<iframe allowTransparency="true" id="iframeID" name="iframe" src="tableIframe.jsp" width="100%" height="100%" style="border:1px solid #7fb35e;">

</iframe>
</div>

透明:在tableIframe.jsp中 <body style="overflow: auto;background-color: transparent;">设置background-color: transparent;

边框:style="border:1px solid #7fb35e;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: