- 浏览: 3247 次
- 性别:
- 来自: 杭州
最新评论
文章列表
#...{
filter:alpha(opacity=60);//IE
opacity:0.6 //其他浏览器
}
/*标签*/
function createLable(map, point, content) {
var opts = {
position: point,
offset: new BMap.Size(-5, 10)
}
var label = new BMap.Label(content, opts);
label.setStyle({
color: "#000",
border: "0px",
backgroundColo ...