organicbmx 0 Report post Posted September 6, 2005 is it possible to - using any code i guess but html or css is best - make the background on my iframe translucent? if so how? thats basicaly it Share this post Link to post Share on other sites
WeaponX 0 Report post Posted September 7, 2005 Did a quick search on Google and this site seems to answer your question. Share this post Link to post Share on other sites
koolio 0 Report post Posted September 7, 2005 It works in IE 6 and Firefox. But it didn't work on Opera.Any element can be made transparent by adding this code to your css or page styles. #yourtag{background: transparent;} Share this post Link to post Share on other sites
mzwebfreak 0 Report post Posted September 7, 2005 either that, or there's a technique to do it directly to the graphic in a graphics program so that you don't have to worry about css browser compatability. Share this post Link to post Share on other sites