如何让DIV透明 DIV内的iframe不透明
document.writeln('<divid="ad"style="position:absolute;right:0;bottom:0;FILTER:alpha(o...
document.writeln('<div id="ad" style="position:absolute; right:0; bottom:0;FILTER: alpha(opacity=30);">');
document.writeln('<iframe id="adframe" STYLE="background-color: green" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" width="280" height="260" src=""></iframe>');
document.writeln('<div>');
document.writeln('<div>');
当我设置了div透明度以后,div内的iframe的内容也跟着透明了
怎么样才能让div透明 而iframe不透明
或者其他的思路也行
分用完了 谢谢大家帮忙 展开
document.writeln('<iframe id="adframe" STYLE="background-color: green" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" width="280" height="260" src=""></iframe>');
document.writeln('<div>');
document.writeln('<div>');
当我设置了div透明度以后,div内的iframe的内容也跟着透明了
怎么样才能让div透明 而iframe不透明
或者其他的思路也行
分用完了 谢谢大家帮忙 展开
展开全部
这是我很久以前做的个例子,是div透明,其中的image不透明,你自己再研究研究.
<style type="text/css">
body {
background-color: #0066FF;
}
#div1
{
position:absolute;
}
table
{
background-color:#FFFFFF;
filter:alpha(opacity=50,Style=0);
width:300;
height:300;
}
</style>
<body>
<table bgcolor="#0000FF" id="tab1">
<tr>
<td><div id="div1">
<p>Picture:</p>
<p><img src="http://www.baidu.com/img/logo.gif" width="174" height="59" /></p>
</div></td>
</tr>
<tr>
<td>
<p><img src="http://www.baidu.com/img/logo.gif" width="174" height="59" /></p>
</td>
</tr>
</table>
<img src="http://www.baidu.com/img/logo.gif" width="174" height="59" />
</body>
<style type="text/css">
body {
background-color: #0066FF;
}
#div1
{
position:absolute;
}
table
{
background-color:#FFFFFF;
filter:alpha(opacity=50,Style=0);
width:300;
height:300;
}
</style>
<body>
<table bgcolor="#0000FF" id="tab1">
<tr>
<td><div id="div1">
<p>Picture:</p>
<p><img src="http://www.baidu.com/img/logo.gif" width="174" height="59" /></p>
</div></td>
</tr>
<tr>
<td>
<p><img src="http://www.baidu.com/img/logo.gif" width="174" height="59" /></p>
</td>
</tr>
</table>
<img src="http://www.baidu.com/img/logo.gif" width="174" height="59" />
</body>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询