Bonjours,j'ai cree un header que je vais installer dans un site (prestashop) mais je n'arrive pas a trouver l'equivalence du usemap en css car tout est gerer en css.
ca c'est la partie faite sous dreamweaver mais moi dans mon header.tpl je dois l'inclure ici
mais comme y'a un usemap je n'y arrive pas.
Je ne sais pas si je suis bien clair dans mon explication.
<title>Document sans nom</title>
</head>
<body>
<img src="header03.jpg" alt="" width="857" height="240" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="1,215,87,239" href="/new-products.php" target="_top" alt="" />
<area shape="rect" coords="86,216,174,242" href="/order.php" target="_top" alt="" />
<area shape="rect" coords="173,215,265,242" href="/my-account.php" target="_top" alt="" />
<area shape="rect" coords="263,215,368,240" href="/contact-form.php" target="_top" alt="" />
<area shape="rect" coords="367,216,499,242" href="/about-us.php" target="_top" alt="" />
<area shape="rect" coords="498,214,609,242" href="/news.php" target="_top" alt="" />
<area shape="rect" coords="608,216,703,246" href="/newsletter.php" target="_top" alt="" />
<area shape="rect" coords="701,214,817,239" href="/favoris.html" target="_top" alt="" />
</map>
</body>
</html>
<img src="header03.jpg" alt="" width="857" height="240" border="0" usemap="#Map" />
doit etre gerer par le cssca c'est la partie faite sous dreamweaver mais moi dans mon header.tpl je dois l'inclure ici
<div id="page">
ICI le header
<!-- Header -->
<div>
<div id="header">
{$HOOK_TOP}
</div></div>
mais comme y'a un usemap je n'y arrive pas.
Je ne sais pas si je suis bien clair dans mon explication.