html - Using Image Map within a div with CSS rules -
i have created div image i'm using image map.
<div id="image"> <img src="image.png" usemap="imagemap"> </div>
css:
#image { float: right; }
but when use css image map, doesn't work. problem?
here decent tutorial on image maps hope can explain process little better.
Comments
Post a Comment