Prezhi0usGurL
04-15-2003, 06:42 PM
Is it possible for your page to have a transparent background? Coz im trying to make a table with an iframe inside it and i want the iframe to be transparent so you can see throught the background of the table. is that possible?
Thanks,
Kaisy
Yup... http://www.lissaexplains.com/forum/search.php?s=&action=showresults&searchid=60919&sortby=lastpost&sortorder=descending
BatGirl771
04-15-2003, 08:10 PM
put
<ALLOWTRANSPARENCY="true"> on the main page that holds the iframe
<BODY STYLE="background-color:transparent"> on the target links that you want the iframe to display
Hope that helps ya
Prezhi0usGurL
04-15-2003, 09:37 PM
so do i put the <allow transparency="true"> inside the <body> tag of the main page that holds the iframe OR do i put it inside the <iframe></iframe> tag???
BatGirl771
04-15-2003, 09:40 PM
inside the <iframe></iframe>
Prezhi0usGurL
04-16-2003, 03:28 AM
Ok.. so is this how you do it?
<iframe src="stuff.html" name="stuff" width="170" height="740" style="border: 1px solid #767676" frameborder="0" scrolling="no" allow transparency="true"></iframe>
and then i put <BODY STYLE="background-color:transparent"> on the target link?
BatGirl771
04-16-2003, 12:51 PM
Hi...
Yeah...you put <BODY STYLE="background-color: transparent"> on the links you want to show up in the iframe when you click on them..
Prezhi0usGurL
04-16-2003, 10:22 PM
I'm sorry but I dont get what you mean by: the links you want to show up in the iframe when you click on them..
Correct me if Im wrong but is the window inside the Iframe the one your talking about?
Ex:
<iframe src="iframe.html" name="iframe" width="xxx" height="xxx"></iframe>
Are you talking about the iframe.html? So.. if im not wrong.. I put the <body style="background-color:transparent"> on that one?
Im really sorry.. Im tOo slow on these kind of things.
Thanks,
Kaisy
BatGirl771
04-17-2003, 12:51 AM
For example...Lets say you have links on your site: aboutme.html, pictures.html, fonts.html...and you want them to show up in the iframe when you click on them...Well on the links that you want to show up in the iframe..you put...
<body style="background-color:transparent">
on the actual links page...example lets say you want the aboutme.html link to show up in the iframe...well you put the <body style="background-color:transparent"> on the aboutme.html page..
Hope that explains it...
Prezhi0usGurL
04-17-2003, 01:03 AM
thanks now its all clarified. thanks so much.