1. <!DOCTYPE HTML>
  2. <html>
  3. <header>
  4. <title>blah</title>
  5. <link href="lb.css" rel="stylesheet" type="text/css">
  6. </header>
  7. <body>
  8.  
  9. <ul>
  10. <li>
  11. <label for="futurebox01"><img src="./image/magnolia.jpg" alt="magnolia" width="200" height="200"><label>
  12. <input type="checkbox" id="futurebox01" name="gallery" />
  13.     <div id="overlay">
  14.         <label for="close" title="Close futurebox">
  15.         <div id="magnolia-lb"><img src="./image/magnolia1.jpg" alt="magnolia">
  16.                 <p>close</p>
  17.         </label>
  18.     </div>
  19. </li>
  20. </ul>
  21. </div>
  22.  
  23. </body>
  24. </html>
  25.