Image maps in Banner
Posted: Fri Feb 16, 2007 4:08 pm
I've created an custom banner on the Joshua-Nino theme. Recently i've added button whitin the image. I have put the image maps in index.tpl, but i don't know how to link the imagemap to the image. The image is called using a Banner style in CSS.
Website: http://www.iq-loos.nl
Part of index.tpl
Website: http://www.iq-loos.nl
Part of index.tpl
Part of the stylesheet<map name="Menu" id="Menu">
<area shape="rect" coords="-5,264,103,281" href="http://www.iq-loos.nl" target="_top" />
<area shape="rect" coords="109,262,298,305" href="http://www.iq-loos.nl/index.php?/pages/suggest.html" target="_top" /><area shape="rect" coords="475,265,580,296" href="http://www.iq-loos.nl/index.php?/pages/contactform.html" target="_top" />
<area shape="rect" coords="585,266,767,290" href="http://www.iq-loos.nl/index.php?/pages/guestbook.html" target="_top" />
</map>
Are there any ideas how to make the buttons work ?#serendipity_banner {
font-family: Arial, sans-serif;
margin: 0px;
padding-bottom: 10px;
padding-left: 26px;
border: 1px solid #e0e0d0;
height: 272px;
background-position: top;
background-repeat: no-repeat;
background-image: url(templates/IQLoos/img/titlebg.jpg);
background-color: #acab95;
text-align: left;
}