---
title: "Imagemap"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/40097-imagemap"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "Rinaldo"
published: "2002-03-22T13:50:11.000Z"
updated: "2002-03-22T14:03:49.000Z"
replies: 2
views: 240
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/html-css/40097-imagemap"
---

# Imagemap

## #1 — Rinaldo, 2002-03-22T13:50Z

Varför fungerar inte denna imagemap? Bilden kommer upp men man kan inte klicka...

```
<html>
<body>
<img usemap"#map" src="art/topmenu/main.gif">

<map name="map">
<area shape="rect" coords="32,21,174,93" href="p_default.asp" title="">
<area shape="rect" coords="12,104,66,118" href="p_nyheter.asp" title="">
<area shape="rect" coords="71,104,121,118" href="p_projekt.asp" title="">
<area shape="rect" coords="124,104,163,118" href="p_laget.asp" title="">
<area shape="rect" coords="167,104,213,118" href="p_sasong.asp" title="">
<area shape="rect" coords="217,104,287,118" href="p_sponsorer.asp" title="">
<area shape="rect" coords="290,104,342,118" href="p_allmant.asp" title="">
<area shape="rect" coords="345,104,401,118" href="p_skvaller.asp" title="">
<area shape="rect" coords="405,104,459,118" href="p_gastbok.asp" title="">
<area shape="rect" coords="462,104,511,118" href="p_medlem.asp" title="">
<area shape="rect" coords="514,104,565,118" href="p_kontakt.asp" title="">
<area shape="default" nohref>
</map>

</body>
</html>
```

Permalänk: https://www.webforum.nu/p/40097

## #2 — @nders, 2002-03-22T13:58Z

inte för att jag är någon stjärna på sånt här, men det känns som att du missat ett = i *usemap"#map"* .

Mvh,

Permalänk: https://www.webforum.nu/p/629840

## #3 — Rinaldo, 2002-03-22T14:03Z

aa d hade jag visst... tackar :)

Permalänk: https://www.webforum.nu/p/629842

---

Tråden på webben: https://www.webforum.nu/amne/html-css/40097-imagemap
