Home >Web Front-end >JS Tutorial >Maps Javascript_javascript tips

Maps Javascript_javascript tips

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 19:20:18819browse

  
     Ajaxian Maps
       h1{
     font:20pt sans-serif;
  }
  #outerDiv{
     height:600px;      width:800px;
     border:1px solid black;      position:relative;
     overflow:hidden;

  }
  #innerDiv{

     position:relative;

     left:0px;
     top:0px;   }
  #toggleZoomDiv{
     position:absolute;
     top:10px;
     left:10px;
     z-index:1
     width:72px;
     height:30px;
  }
  #togglePushPinDiv{
     position:absolute;
     top:10px;
     left:87px;
     z-index:1;
     width:72px;
     height:30px
  }
  
  
  
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn