I have an image which i have mapped with 5 hyperlinks (its a banner)
But when i zoom out on the page it moves the hyperlinks around the image
anyone know why?
HTML
Code
<map name="navi" id="navi" class="absolute" >
<area shape="rect" coords="0,0,75,65" href="home.html" />
<area shape="rect" coords="69,16,127,51" href="home.html" />
<area shape="rect" coords="142,16,216,51" href="electrical.html" />
<area shape="rect" coords="231,16,300,51" href="plumbing.html" />
<area shape="rect" coords="315,16,390,51" href="insurance.html" />
</map>
CSS
Code
.absolute{
position: fixed;
}