Goon | Bonjour, j'ai un problème tout bête : besoin de faire une imagemap. Malheureusement j'y arrive pas. Le code suivant passe le validateur mais dans le navigateur seulement l'image s'affiche, mais elle n'est pas cliquable. Quelqu'un peut m'aider ?
Code :
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>villardnoir</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head>
- <body>
- <p>
- <img src="images/navigation_accueil.jpg" />
- <map id="navigation">
- <area shape="rect" href="index.php/bio" coords="187,485,301,533" />
- <area shape="rect" href="index.php/concerts" coords="463,316,562,382" />
- <area shape="rect" href="index.php/Contacts" coords="29,410,130,482" />
- <area shape="rect" href="index.php/discographie" coords="345,18,540,111" />
- <area shape="circle" href="index.php/gallery" coords="79,113,43" />
- </map>
- </p>
- </body>
- </html>
|
|