Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML IFRAME background Style

Status
Not open for further replies.

lagerplease

Technical User
Dec 15, 2001
38
GB
I'm using an IFRAME tag within some HTML and need a way to make the background of the frame transparent so as not to interfere with the background image of the main page. I'm sure there either is or isn't a very simple tag to do this, but I've tried everything I know. Any ideas anyone?
 
to make an iframe transparent:

go to the document where you are including the iframe.
in the iframe object tag, add this: ALLOWTRANSPARENCY="true"

then, go to your iframe source document and in the body tag add this: STYLE="background-color:transprent"

if that doesnt work search google for iframe transparency background or something similar.

-d
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top