Sarah-Jeanne
12-21-2004, 05:22 PM
Ok, I wanted to know if there were any ways I could have an I frame 50% transparent ? I mean, I want the bg of that frame, let say blue, but see-trought... Is there a way to do that ?
|
View Full Version : 50% transparent frame Sarah-Jeanne 12-21-2004, 05:22 PM Ok, I wanted to know if there were any ways I could have an I frame 50% transparent ? I mean, I want the bg of that frame, let say blue, but see-trought... Is there a way to do that ? kittycat 12-21-2004, 08:05 PM style="filter: alpha(opacity=50%);" Add that to the iframe tag. This changes the opacity of everything inside the iframe as well, so if you want just the background changed it's better to do it in a graphics program. Sarah-Jeanne 12-22-2004, 02:32 AM Crap... Oh, thanks anyways !! |