The slider is functional, but the links are not working properly. Each slide should redirect to a different URL
For instance:
- Slide 1 with a link to Bing,
- Slide 2 with a link to Google,
- Slide 3 with a link to Yahoo.
I am unable to incorporate Javascript for this.
<div class="framebanner">
<img src="http://i.imgur.com/cdPVj2b.jpg" alt="" usemap="#kitchurrasco" id="kitchurrasco">
<img src="http://i.imgur.com/z3uurbl.jpg" alt="" usemap="#rechaud" id="rechaud">
<img src="http://i.imgur.com/gZ4awVQ.jpg" alt="" usemap="#refrigerator" id="refrigerator">
</div>
<map name="kitchurrasco" id="kitchurrasco">
<area alt="" href="http://bing.com" shape="rect" coords="0,0,847,300" style="outline:none;" target="_self" />
<area shape="rect" coords="845,298,847,300" alt="" style="outline:none;" title="http://bing.com" />
</map>
<map name="rechaud" id="rechaud">
<area alt="" title="Rechaud Banho Maria Aço Inox GN 1/2 65mm 9 Litros" href="http://www.google.com" shape="rect" coords="0,0,847,300" style="outline:none;" target="_self" />
<area shape="rect" coords="845,298,847,300" alt="" style="outline:none;" title="" href="http://www.google.com" />
</map>
<map name="refrigerator" id="refrigerator">
<area alt="" href="http://yahoo.com" shape="rect" coords="0,0,847,300" style="outline:none;" target="_self" />
<area shape="rect" coords="845,298,847,300" alt="" style="outline:none;" title="" href="http://yahoo.com" />
</map>
Sample Website: http://codepen.io/anon/pen/XboOXM