html - how to give opacity on area map -
i having problem html opacity ..
currently have applied opacity using css not working html , css code below..
<area shape ="rect" class="transbox" coords ="0,0,30,22" href ="test1.htm" target ="_blank" opacity="0.5" /> area{ opacity: 0.6; -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=60)"; filter: alpha(opacity=60); -moz-opacity: 0.60; -khtml-opacity: 0.6; }
any 1 have idea it?
thanks in advance
i don't think can change opacity per area
element.
however, still achieve effect mapper.js.
Comments
Post a Comment