Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  img.thumb{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 1px #f2f2f2;
    background-color: #f2f2f2;
  }
  img.thumb:hover{
    border: solid 1px #888;
    cursor: pointer;
  }
  div.tab-wrap{
    margin: 10px 0 0 0;
    border: solid 1px #888;
    min-height: 200px;
    display: block;
  }
  div.tab{
    display: none; 
  }
</style>
</head>
<body>
  <div>
    <img class='thumb' />
    <img class='thumb' />
    <img class='thumb' />
    <img class='thumb' />
  </div>
  <div class='tab-wrap'>
    <div class='tab'>This is image 1 details.</div>
    <div class='tab'>This is image 2 details.</div>
    <div class='tab'>This is image 3 details.</div>
    <div class='tab'>This is image 4 details.</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