日期:2014-05-16  浏览次数:20434 次

百度地图 问题

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head> 
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  <meta name="keywords" content="百度地图,百度地图API,百度地图自定义工具,百度地图所见即所得工具" /> 
  <meta name="description" content="百度地图API自定义地图,帮助用户在可视化操作下生成百度地图" /> 
  <title>百度地图API自定义地图</title>
  <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> 
  <!--引用百度地图API--> 
  <style type="text/css">
    html,body {
margin: 0;
padding: 0;
}

.iw_poi_title {
color: #CC5522;
font-size: 14px;
font-weight: bold;
overflow: hidden;
padding-right: 13px;
white-space: nowrap;
}

.iw_poi_content {
width: 350px;
height: 0;
font: 12px arial,sans-serif;
overflow: visible;
padding-top: 4px;
white-space: -moz-pre-wrap;
word-wrap: break-word;
}

.map_xinxi_content {
float: left;
margin: 4px;
display: inline;
}

.map_xinxi_content_left {
float: left;
width: 139px;
}
.map_xinxi_content_bu {
float: left;
width: 110px;
height: 22px;
border: 1px solid #DCDCDC;
text-align: center;
line-height: 22px;
margin-top: 10px;
margin-left: 10px;
display: inline;
cursor: pointer;
}
.map_xinxi_content_img {
float: left;
}
.zuo_congtent_xinx{
width:290px; 
height:100%; 
background:#096;
position:absolute;
left:0;
top:0;
z-index:99;
}
.zuo_congtent_zhu_head{
width:100%;
height:90px;
background:#00BCF3;
}
.zuo_congtent_zhu_xinx{
width:100%;
height:620px;
position:relative;
}
.zuo_congtent_zhu_huag{
width:290px;
    height:100%;
    background:#09F;
    position:absolute;
    top:0;
    left:0;
    z-index:55;
}
.zuo_congtent_zhu_btn{
height:30px;
    width:30px;
    position:absolute;
    top:0;
    left:290px;
    cursor:pointer;
    background:#966;
z-index:99
}
</style> 
  <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&amp;ak=6066cf2819dbd803b5a1799007d7e3e0 "></script> 
 </head> 
 <body> 
  <!--百度地图容器--> 
  <div class="zuo_congtent_zhu_head"></div>
  <div class="zuo_congtent_zhu_xinx">
  <div class="zuo_congtent_xinx"></div> 
  <div class="zuo_congtent_zhu_huag">
    <div class="zuo_congtent_zhu_btn">
    
  </div>
  &l