View difference between Paste ID: dZv41HhH and PuK0RWgM
SHOW: | | - or go back to the newest paste.
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<title>Projects</title>
6
7
<script src="js/jquery-1.7.2.min.js"></script>
8
<script src="js/lightbox.js"></script>
9
10
<script>
11
$(document).ready(function(){
12
    var $a = $('a[rel=lightbox]');
13
    $a.attr('href', $a.find('img').attr('src'));
14
})
15
</script>
16
17
<link href="css/lightbox.css" rel="stylesheet" />
18
19
</head>
20
21
<body>
22
<a href="image.gif" rel="lightbox" title="Project one image"><img class="cushycms" src="image.gif" width="200px" alt="small version of image" /></a>
23
24
25
</body>
26
</html>