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.4.2/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>
  .imgs { width: 130px; height: 100px; background-color:red; }
  #a_on, #b_on, #c_on { color: yellow; border: 1px solid red }  
</style>
</head>
<body>
  <div class="img_selection">
    <a class="a" href="#a123">First</a>&nbsp;
    <a class="b" href="#a456">Second</a>&nbsp;
    <a class="c" href="#a789">Third</a>&nbsp;
  </div>
  <div class="imgs" id="a123">123</div>
  <div class="imgs" id="a456">456</div>
  <div class="imgs" id="a789">789</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers