<iframe src="ifraem.jsp" width="100%" height="360" align="center"
scrolling="auto" frameborder="0"
style="filter:chroma(color=#ffffff)"></iframe>
在iframe页面里将body更改为:
<body style="background-color:transparent" >
方法二:
<iframe
src="abc.htm" name="iframe" width="540" height="400" scrolling="Auto"
frameborder="0" id="iframe" style="border:0px"
allowtransparency="true"></iframe>
被嵌的页面加入:
<body style="background-color:
transparent">
2.transparent.htm页<bodybgColor="transparent"方法二:在transparentBody.htm文件的标签中,我已经加入了style=”background-color=transparent” 通过以下四种IFRAME的写法我想大概你对iframe背景透明效果的实现方法应该会有个清晰的了解:<IFRAMEID="Frame1"SRC="transparentBody.htm"allowTransparency="true"</IFRAME<IFRAMEID="Frame2"SRC="transparentBody.htm"allowTransparency="true"STYLE="background-color: green"</IFRAME<IFRAMEID="Frame3"SRC="transparentBody.htm"</IFRAME<IFRAMEID="Frame4"SRC="transparentBody.htm"STYLE="background-color: green"</IFRAME欢迎分享,转载请注明来源:内存溢出
评论列表(0条)