View Full Version : iframes...


summergrl164
07-19-2003, 07:53 PM
Hey I have a few questions on iframes....

1. I generally don't have problems with targeting links but for an odd reason i can't get my pages to target to iframe...I'm using this code:
<a href="LINKHERE" target="frame">Home</a>
and everytime I click it I get a new window...Can you help?

2. my layout of my webpage is an image map style thing and it's one large picture with a faded section where my iframe is located. I want the iframe to be transparent so the backround is the continueation of the picture...

:If you would like a visual of the layout:

Layout I.E. (http://www.geocities.com/puppypaws164/Angelic.html)

MaGiCSuN
07-19-2003, 08:00 PM
you haven't gave your iframe a name. Your iframe code is:

<iframe width="360" height="300"></iframe>

but it should be :

<iframe width="360" height="300" name="frame"></iframe>

Love,
Mirna