albc15
05-23-2004, 06:27 PM
How do you make an html page transperant? i ahve a front page with a image background with a iframe, now i want the iframe page to be transparent... i 4got the code and i'm wondering if anyway has it.
![]() | View Full Version : Transparent html background albc15 05-23-2004, 06:27 PM How do you make an html page transperant? i ahve a front page with a image background with a iframe, now i want the iframe page to be transparent... i 4got the code and i'm wondering if anyway has it. albc15 05-23-2004, 07:01 PM someone help me. i need it asap Misto-Roboto 05-23-2004, 07:09 PM I'm not sure I understand exactly what you mean, but I'd think the code you're using for your front page should also be put in your pages that are loaded in your iframe. You can also check this page: http://www.tek-tips.com/gviewthread.cfm/pid/215/qid/753155 albc15 05-23-2004, 07:15 PM i'm talking about the iframe page to have no background and it would show the one on the front page....... Misto-Roboto 05-23-2004, 07:22 PM Try that link, it looks like it could help with what you're going for. ktwilight 05-24-2004, 04:48 AM transparent iframe is not w3 standard. it will only work with IE and possibly Firefox. searching "iframe transparent" will give you many links in google. it's not advisable, imho, as it's not acceptable to every browser. best workaround is give it a standard background in every iframed pages. since your website will be cached, loading speed won't be slowed down. less codes too. ;) |