Requirement:- a) how to use style attribute in below code
Below is an example of an image map:
<IMG SRC="images/image.gif" WIDTH=150 HEIGHT=70 USEMAP="#Map"> <MAP NAME="Map"> <AREA SHAPE="rect" HREF="start.html" COORDS="0,0,48,28">
<AREA SHAPE="circle" HREF="previous.html" COORDS="50,30,10">
<AREA SHAPE="poly" HREF="next.html" COORDS="60,50,80,30,100,40,50,100"> </MAP>
Regards rclgoriparthi
|
| Author: Santhi 22 Nov 2008 | Member Level: Gold | Rating:  Points: 1 |
Hi, <IMG SRC="images/image.gif" style="filter:blur(strength=20/style=2)">
|