View Full Version : Imap problem.


Juicy_Fruit
10-14-2005, 06:40 PM
On my picture(for my layout) i wrote things like, services, horses...etc i want it so that when you click on services a little popup apears i'm having trouble getting that to work, i don't know what code to use and where to put it. i've never made a imap before but i'm trying could someone help me? here is some of my code.

<HTML>
<HEAD>
<TITLE>Untitled-4</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (Untitled-4.psd) -->
<TABLE WIDTH=700 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=11>
<IMG SRC="images/harrypotterimap_01.jpg" WIDTH=700

HEIGHT=60 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=60

ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=3 ROWSPAN=3>
For instance say i want to make this image a link and so a popup window apears on it when i click on it how do i do that? <IMG SRC="images/harrypotterimap_02.jpg" WIDTH=551

HEIGHT=51 ALT=""></TD>
<TD COLSPAN=3>
<IMG SRC="images/harrypotterimap_03.jpg"

Oh and along with how to make the popup window how do i make a normal link?

estrella21306
10-14-2005, 11:39 PM
I think what you want is to open links in a new window right?

<a href="put url here.html" target="_blank">link</a>

but not sure if thats what you want...are you trying to do an imagemap? (thats what it sounds like) but I have never seen a code like that for an image map.

Marta
10-15-2005, 02:13 PM
Normal Links:
<a href="url here.html">what you want the link to say goes here</a>

Picture Links:
<a href="url here.htm"><img src="image name here"></a>

Also, read this page:
http://www.lissaexplains.com/javascript4.shtml#menu

If this doesnt answer your questions, just ask again. :)

Juicy_Fruit
10-15-2005, 10:17 PM
Yeah i want to make a imagemap lol i've never done an image map before so i'm sorry i couldn't explain it well. anyways. whats the code to make an imagemap? here is my picture that I made.

http://tinypic.com/el3cx0.jpg

ok so yeah if someone could help me, thtat would be great! thanks

pb&j
10-16-2005, 12:08 AM
image map...
http://www.lissaexplains.com/fun6.shtml