View Full Version : IFrames and Imagemaps


cookiesncream11
02-01-2003, 11:32 PM
I have a site and am trying to open soon and have everything in the layout set up but my image map links won't go into the IFrame. How do I work it out?

Dude128
02-02-2003, 01:09 AM
just target the links like you would normally- add target="youriframename"

if you're still having trouble, can you post the code you're using?

cookiesncream11
02-02-2003, 03:21 PM
I tried that but it didn't work if it did, I wouldn't have posted this. Here is my code:
<iframe FRAMEBORDER="0" BORDER=0 width=444px height=335px src="CnCmain.html" name="extra" style="position:absolute; left:67px; top:230px" scrolling=yes></iframe>
I used the Image Map from Lissa Explains. Thanks!

pb&j
02-02-2003, 03:33 PM
So then the imagemap stuff should look like...

<area shape="" coords="" href="" target="extra">

(with the other values filled in of course)

cookiesncream11
02-05-2003, 12:04 AM
Thanks so much!!!!!!!!!!!!!!!