RoseCrystal
07-09-2003, 01:03 AM
how do I get the ifram code that you can see right through the background. just seeing through.
|
View Full Version : Iframe Help need RoseCrystal 07-09-2003, 01:03 AM how do I get the ifram code that you can see right through the background. just seeing through. Alcy 07-09-2003, 03:13 AM <iframe allowtransparency="true" src="IFRAME.HTML"></iframe> Then, in IFRAME.HTML add.... <body style="background-color:transparent"> http://msdn.microsoft.com/workshop/author/dhtml/overview/inlinefloatingframes.asp#transparency RoseCrystal 07-09-2003, 03:19 AM How do u position the frame and how big it is and where do i put my code for the page in the frame jazzberry 07-09-2003, 04:34 AM <iframe allowtransparency="true" src="IFRAME.HTML" style="position:absolute; top:#px; left:#px;" width="#" height="#"></iframe> and you should put the code after the image i think which would be after the <body> tag RoseCrystal 07-09-2003, 04:53 PM I'm really clueless theses days. I still don't get where to put the html Alcy 07-10-2003, 05:55 AM In addition to the page your iframe is on, there's a second page that appears inside the iframe. On that second page, inside the <body> tag, add: style="background-color:transparent" It'll look like this: <body style="background-color:transparent"> You'll have to do this for every page you want transparent. RoseCrystal 07-10-2003, 03:22 PM Thanks. That helps alot. Now the problem is solve. Once again thanks |