Ninetales
01-10-2004, 08:38 PM
Can someone check the code for the image map on this page?:
http://www.strema.net/index2.html
The words in white should take you to another page inside the frame, but it's not working.
MaGiCSuN
01-10-2004, 09:08 PM
<html>
<head><title>Strema - - Version 13 - - B-Rock</title>
<LINK REL=stylesheet HREF="http://strema.net/stylesheet.css" TYPE="text/css">
</head>
<body bgcolor="#BC4863">
<img src="images/v13_main.png" usemap="#map" border=0 style="position:absolute; top:0px; left:0px">
<iframe src="http://strema.net/b2/index.php" name="frame" allowTransparency="true" style="background-color:transparent" style="position:absolute; top:18px; left:401px;" width="298" height="403" frameborder="no"></iframe>
<map name="map">
<AREA SHAPE="rect"
COORDS="347,258,392,276"
TARGET="frame"
HREF="http://strema.net/b2/index"
TITLE="STORY -- blog">
<AREA SHAPE="rect"
COORDS="328,323,364,336"
TARGET="frame"
HREF="content.html"
TITLE="MORE -- content">
<AREA SHAPE="rect"
COORDS="322,342,347,361"
TARGET="frame"
HREF="thegirl.html"
TITLE="GIRL -- webmistress">
</MAP>
</body>
</html>
try that first :) also i'm not sure if the body background color int he code above is right. You also had <body bgcolor=#C35972>
Love,
Mirna
Ninetales
01-10-2004, 09:12 PM
....d'oh. I can't believe I missed that. XD I noticed the second background thing too, that was kind of odd. ^_^;; Thanks!!!