【问题标题】:how to give opacity on area map如何在区域地图上赋予不透明度
【发布时间】:2011-04-22 17:22:48
【问题描述】:

我遇到了 html 不透明度的问题..

目前我已经使用 css 应用了不透明度,但它不起作用 我的html和css代码如下..

<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;
}

有人知道吗?

提前致谢

【问题讨论】:

    标签: html css opacity


    【解决方案1】:

    我认为您不能更改每个 area 元素的不透明度。

    但是,您仍然可以使用mapper.js 实现效果。

    【讨论】:

      猜你喜欢
      • 2015-06-10
      • 2017-04-02
      • 2013-04-28
      • 1970-01-01
      • 2015-05-22
      • 2014-05-08
      • 1970-01-01
      • 2020-04-29
      • 1970-01-01
      相关资源
      最近更新 更多