Hi,
Can you tell me how I put a Menu on specific area of a background image.
I’m trying to do that with a Map, but it doesn’t wok. The menu comes out of the image.
I don’t know what I’m doing wrong. I have to do this in html, and I cannot do in dreamweavar or frontpage, because it’s an exercise.
So, I’ve got this:
<html>
<head>
<body>
<IMG SRC="klin2.gif" USEMAP="#imagemap"
<MAP NAME="imagemap">
<AREA SHAPE=RECT COORDS="0,0,116,478" HREF=\Homepage\kline2.jpeg>
<AREA SHAPE=RECT COORDS="0,0,313,721" HREF=\Homepage\index.html >
</map>
<ul>
<li><a href="cv/cv.html">cv</a></li>
<li><a href="works/works.html">cv</a></li>
<li><a href="about me/about me.html">cv</a></li>
</ul>
</body>
What is wrong? what I write on the ="#imagemap"? if you have another suggestion how to do this, I appreciate, too.
Can you tell me how I put a Menu on specific area of a background image.
I’m trying to do that with a Map, but it doesn’t wok. The menu comes out of the image.
I don’t know what I’m doing wrong. I have to do this in html, and I cannot do in dreamweavar or frontpage, because it’s an exercise.
So, I’ve got this:
<html>
<head>
<body>
<IMG SRC="klin2.gif" USEMAP="#imagemap"
<MAP NAME="imagemap">
<AREA SHAPE=RECT COORDS="0,0,116,478" HREF=\Homepage\kline2.jpeg>
<AREA SHAPE=RECT COORDS="0,0,313,721" HREF=\Homepage\index.html >
</map>
<ul>
<li><a href="cv/cv.html">cv</a></li>
<li><a href="works/works.html">cv</a></li>
<li><a href="about me/about me.html">cv</a></li>
</ul>
</body>
What is wrong? what I write on the ="#imagemap"? if you have another suggestion how to do this, I appreciate, too.