Hi,
I have added HTML map on image and it shows white hand on image.
I want to show hand in red color instead of white.
Any idea?
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Red Hand on Image</title> </head> <body> <img src="cup.jpg" width="225" height="225" usemap="#cupmap" border="0" /> <map name="cupmap"> <area shape="rect" coords="67,52,149,178" href="#" alt="Cup"> </map> </body> </html>
- Thanks
Zohaib.



Reply With Quote






Must have had too much ginger beer at New Year.


Bookmarks