View Full Version : help with links


CharmedBabe
11-03-2004, 08:03 PM
hey could anyone help me!!? ive put a new layout up on my site and done the link mapping but only two of the links work! heres the site url the navigation is to the right

http://laura.stunningreality.com/halliwellhall/

Home and Banners work but nothing else!! this is the code i have for my image mapper thingy

<IMG style="LEFT: 525px; POSITION: absolute; TOP: 341px" src="links.gif"

useMap="#link" border="0">&nbsp;


<MAP NAME="link">
<AREA SHAPE="rect" COORDS="16,2,64,16" href="main.html" title="Home"
target="main">
<AREA SHAPE="rect" COORDS="12,21,68,34" href="banners.html" title="Home"
target="main">
<AREA SHAPE="rect" COORDS="2,39,79,53" href="wallpapers.html" ALT="wallpapers"
target="main">
<AREA SHAPE="rect" COORDS="14,57,66,72" href="blinkies.html" ALT="blinkies"
target="main">
<AREA SHAPE="rect" COORDS="11,77,69,90" href="avatars.html" ALT="Avatars"
target="main">
<AREA SHAPE="rect" COORDS="20,93,61,109" href="extra.html" ALT="Extra"
target="main">
</MAP>

Monkey Bizzle
11-03-2004, 09:09 PM
I don't know how to fix your problem but I have a question that you may want to think about... why use an image map at all?? Your menu can look like that by just typing in {Home} etc and then changing the colors...

pb&j
11-03-2004, 09:17 PM
the words of your navigation are on your background image.
background images cannot be mapped.
you are thus using a transparent image to be mapped over the navigation words.
the "links.gif" is not the same shape/size as your navigation words. it is 552x30 pixels in size. resize the "links.gif" to the same area as the "navigation" words and you may be a bit better off.