Thread: iFrames
View Single Post
  #2 (permalink)  
Old 03-07-06, 06:46 PM
coolmark18's Avatar
coolmark18 coolmark18 is offline
Newbie Coder
 
Join Date: Oct 2005
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
1. In the <iframe></iframe> tag use "allowtransparency=yes" that will allow any background image on the main page to blend into your iframe in both Firefox & IE.

2. In the <iframe></iframe> tag, set name=iframe. Then when creating links, link them to the iframe frame. This will change the page.

For example:

<iframe src="home.html" name="content" allowtransparency="true" height="340"width="530"></iframe>
Reply With Quote