Friday

HTML image map/Hotspot creation

To link a part of image in html. rectangular,circle hotspot. Imagemap define a one or more clickable area in an image, the area can be specified using the co-ordinates of shape.

                                         Demo1              Demo2

Html :

car.html

<html>
<body>
<img  src="car.jpg" usemap="#car" >
<map name="car">
<area shape="rect " coords="240,226,300,300" href=wheel.html>
<area shape="rect " coords="470,221,511,580" href=wheel.html>
</map>
</body>
</html>
wheel.html

 <center><img align="centre" src="wheel.jpg">
 <h3>wheel </h3>
Durability <br><br>
Size : --
</center>

      Live Demo: 
                  Demo1              Demo2





0 comments:

Post a Comment

Don't Forget To Join US Our Community
×
blogger