Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  
  <p class="bills">
  
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  <a href="#"></a>
  </p>
  
  <p>
    <b>Step 1:</b>
    When hovering over an image, add a shadow to it.
  </p>
  
  <p>
    <b>Step 2:</b>
    When mouse leaves image, remove the shadow.
  </p>
  
  <p>
    <b>Step 3:</b>
    When clicking an image, replace Bill Murray with this picture: <code>http://placecage.com/c/100/100</code>, and change the opacity to all other images to 50%.
  </p>
  
  <p>
    <b>Step 4:</b>
    Fix the hover rules so when you leave an image, all images reset to initial settings.
  </p>
    
  <p>
    <a href="http://jsbin.com/uroQUNIg/16/edit">Answer</a>
  </p>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
santheopro
0viewers