fallenstar762
09-28-2003, 01:07 AM
I've seen it done before... I frames that instead of being totally transparent, they are opaque. I was wondering if anyone knew how to do that? if so, maybe they could help me out?
or even opaque tables? whichever... they would both work out fine for me.
Inside the <table> or <iframe> tag put style="filter:alpha(opacity=0 to 100)"
EX:
<iframe style="filter:alpha(opacity=47)">
Except that you still hafta put other things in there, like the page url and size and stuff... Oo`
curry_hurry
09-30-2003, 04:46 PM
Thanks DTT, I found this really helpful, too. I love this forum!
fallenstar762
10-04-2003, 02:41 PM
Sorry... i have another question. ehe.
When i used that tag, it made everything partially transparent.. even my graphics that i put on the page. Is there anyway to fix this?
kittycat
10-04-2003, 04:46 PM
That's what happens when you use that code. The only way to get around it is to change the opacity of fthe background image itself in an image program.