Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <title>Google Maps example</title>
    <script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
    <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
    <style type="text/css">
      html { height: 100% }
      body { height: 100%; margin: 0; padding: 0 }
      #map_canvas { width: 1280px; height: 715px; }
    </style>
    <script type="text/javascript"
      src="http://maps.googleapis.com/maps/api/js?sensor=false&region=GB&libraries=drawing">
    </script>
  </head>
  <body>
    <div id="map_canvas" style="width:1280px; height:715px"></div>
  </body>
</html>
 
.delete-menu{
    overflow-x: hidden; 
    overflow-y: hidden; 
    position: absolute; 
    width: 30px; 
    height: 27px;
    top:21px;
    background:url('http://i.imgur.com/RUrKV.png');
    background-position:0 0;
}
.delete-menu:hover{
    background-position:-30px;
}
.delete-menu:active{
    background-position:-60px;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers