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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -