public
Description: Yet another lightbox script, this one's for the bleeding edge of prototype/scriptaculous
Clone URL: git://github.com/tdreyno/darkbox.git
Thomas Reynolds (author)
Wed Feb 13 10:07:58 -0800 2008
commit  1588d1cfaf3e5cd39e0567d7f10764d484daf077
tree    09587eaee99cebabd1087af6aaad41009f5795a4
darkbox / test.html
100644 14 lines (14 sloc) 0.783 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="css/darkbox2.css" type="text/css" media="screen" />
  <script type="text/javascript" src="js/prototype-1.6.0.2.js"></script>
  <script type="text/javascript" src="js/darkbox2.js"></script>
  <script type="text/javascript" src="js/zoom_image_popup.js"></script>
</head>
<body>
  <a href="http://www.hoax-slayer.com/images/mars.jpg" rel="lightbox"><img src="http://tbn0.google.com/images?q=tbn:uaRaiipVvDB0SM:http://www.hoax-slayer.com/images/mars.jpg" border="0" alt="" /></a>
</body>
</html>