如何在区域地图上提供不透明度 [英] how to give opacity on area map

查看:114
本文介绍了如何在区域地图上提供不透明度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个html不透明的问题..



目前我已经应用opacity使用css,但它不工作
我的html和css代码是低于..

 < area shape =rectclass =transboxcoords =0,0,30,22 
href =test1.htmtarget =_ blankopacity =0.5/>

面积{
不透明度:0.6;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
filter:alpha(opacity = 60);
-moz-opacity:0.60;
-khtml-opacity:0.6;
}

任何人都有想法吗?

预先感谢

解决方案

我不认为您可以更改每个区域元素。



然而,您仍然可以通过 mapper.js


i am having a problem with html opacity ..

currently i have applied opacity using css but its not working my html and css code is 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 one have idea about it?

Thanks in advance

解决方案

I don't think you can change opacity per area element.

However, you could still achieve an effect with mapper.js.

这篇关于如何在区域地图上提供不透明度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆