私は本当にすべてを試しましたが、うまくいきません。
コードは
<html>
<head>
<title>Map test</title>
</head>
<body>
<img usemap="#map1" src="/assets/templates/design01/header2.jpg" alt="SaveMe Header" />
<map name="map1">
<a href="/sitemap" shape="rect" coords="600,115,670,135" title="Sitemap"></a>
<a href="/contact" shape="rect" coords="680,115,750,135" title="Contact"></a>
</map>
</body>