Click to See Complete Forum and Search --> : Backroundimage mapping


John3
07-15-2003, 02:30 PM
Hi I am new here,

I have a question about mapping. Can I map the background too? this is my code

---------------------------

<html>
<head>
<title>test</title>
</head>
<body text="white" background="5-2.jpg" usemap="#map1" width="1024" height="620" border="0" alt=" link="#FF0000" alink="#FF0000" vlink="#FF0000" BGPROPERTIES="FIXED">



<MAP NAME="map1">
<AREA ALT="Home/News"
SHAPE="rect"
COORDS="20,60,140,100"
HREF="test.html">
</MAP>
</body>
</html>

------------------------

I just wanted to ask if i can map a backroundimage too, this code doesnt work :(

sorry for my english, im german so the sentences are a little bit emm ****ty or something ^^.

bye please answer me

John3

David Harrison
07-15-2003, 02:50 PM
I don't know about mapping a bg image but what you could do is put this just after your body tag:

<img src="5-2.jpg" usemap="#map1" width="1024" height="620" border="0" alt="5-2" style="position:fixed;top:0;left:0;">

<MAP NAME="map1">
<AREA ALT="Home/News"
SHAPE="rect"
COORDS="20,60,140,100"
HREF="test.html">
</MAP>