Feeds:
Posts
Comments

Archive for December, 2008

Lightbox 2 uses the Prototype Framework and Scriptaculous Effects Library. You will need to include these three Javascript files in your header (in this order).
<script type=”text/javascript” src=”js/prototype.js”></script>
<script type=”text/javascript” src=”js/scriptaculous.js?load=effects,builder”></script>
<script type=”text/javascript” src=”js/lightbox.js”></script>

Include the Lightbox CSS file (or append your active stylesheet with the Lightbox styles).
<link rel=”stylesheet” href=”css/lightbox.css” type=”text/css” media=”screen” />

Check the CSS and make [...]

Read Full Post »