Kodi
05-21-2003, 08:34 PM
<b>I can not find the right code to make my iframe background transparent and not my pictures and text. The codes I use to make it transparent are...</b>
<style type="text/css">
Body
{
background-color: #000000;
filter: alpha(opacity=50);
}
</style>
<b>And then in my iframe</b>
<iframe FRAMEBORDER="0" width=350
height=420 src="http://www.geocities.com/plehdnoyeb/Main.html" allowtransparency="true"
name=frame></iframe>
Anybody know how to keep my text and images solid? Any help would be appreciated :)
<style type="text/css">
Body
{
background-color: #000000;
filter: alpha(opacity=50);
}
</style>
<b>And then in my iframe</b>
<iframe FRAMEBORDER="0" width=350
height=420 src="http://www.geocities.com/plehdnoyeb/Main.html" allowtransparency="true"
name=frame></iframe>
Anybody know how to keep my text and images solid? Any help would be appreciated :)