Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  body{font-size:50px;}
 
  .overlay-image{position:absolute;left:120px;top:12px;z-index:2200;}
  .gravatar-image{position:absolute;left:121px;top:0px;z-index:200;}
</style>
</head>
<body>
  <div class="gravatar-sidebar">
    
    <div class="overlay-image">
      <p>overlay</p>
    </div>
    
    <div class="gravatar-image">
      <p>gravatar</p>      
    </div>
    
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers