日期:2014-05-18  浏览次数:20425 次

在图像上面的某一位置显示内容
各位好:我想在一个地图上面的某一位置显示几个从数据库中读出来的数字,但是不知道如何写到那个位置,请各位帮帮忙吧,这是我页面中的代码:
<head   runat= "server ">
<meta   http-equiv= "Refresh "   content= "300;   charset=gb2312 ">
<title> title </title>
</head>

<body>

<img   src= "d:\map\map_hb.jpg "   width= "1070 "   height= "770 "   border= "0 "   usemap= "#Map ">
<map   name= "Map ">
    <area   shape= "rect "     coords= "461,353,500,372 "   href= "# ">

</map>

</body>
</html>
我就想在map_pb.jqg这个上面的某一位置显示几个数字,应该如何做呢?

------解决方案--------------------
使用VML定位输出
------解决方案--------------------
<v:shape id= "Shape1 " alt= " " style= "z-index: 2;top:20px;left:30px; width: 50px; height: 20px " type= "#_x0000_t202 ">
<v:textbox inset= "25px,25px,5px,5px "style= "font-size:10.2pt; "> english </v:textbox>
</v:shape>
------解决方案--------------------
关注。