View Full Version : 2 iframes, image maps help please


joym1987
12-29-2003, 03:51 AM
i have a site: http://www27.brinkster.com/joym17/main.html
...the 2 main iframes, im having a bit trouble linking to them w. my imagemap...in the navigation under 'enter my world' i want those links to be targeted on the iframe on the right side, and the navigation under 'main' i want to be shown on the left iframe...how would i put that in my code?

kittycat
12-29-2003, 04:19 AM
The coordinates on your map aren't right, so the area that you click on isn't on the place where the text of the image is. Other than that it looks like you have the right thing there, but also delete this like from your code:
<usemap="#mymap" width="1024" height="768" alt="blah blah" border="0">

joym1987
12-29-2003, 04:42 AM
yah, def. the wrong coordinates. i think i copy and pasted earlier and did the wrong ones. heh, thanks. one more question, everytime i click the link under 'enter my world' some other site pops up and not in the iframe...hmm

kittycat
12-29-2003, 04:53 AM
What's on your entries.html page? It's something on there that's causing it to do that, but the content can't be seen because that thing pops up right away.

joym1987
12-29-2003, 05:00 AM
the content on the right iframe is what's on my entries.html - - the little pop-up thing happens too when you click on 'about me'..this is the only thing i have for 'about me':

<html>
<head>

<title>enter the dark star</title>
</head>

<body>
<font color="000000" font size="3" face="franklin gothic book">

<center><b>about me...coming soon.</b></center>







<br><br><br>
<font color="000000" font size="1" face="frankling gothic book">
<right>Copyright © Joy M. 2003-2004</right></font>






</body>
</html>

joym1987
12-29-2003, 06:33 AM
hmm its pretty weird taht it does that because if u right click on my link and open it in another window, it does the same thing..

kittycat
12-29-2003, 03:41 PM
You have 'brinkster' spelled wrong in the URL, I just noticed it... if you change it to the right way it will probably work :)

joym1987
12-29-2003, 05:08 PM
hehe yah it works now. i should've noticed that cuz i went over my code over and over. thanks so much. :)