Facebox
Click on a pic to reveal facebox magic!
Files Needed
facebox.css, facebox.js, images/facebox folder
Inline Code
In the head:
<script type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox({
loading_image : 'http://www.isu.edu/asisu/vote/images/loading.gif',
close_image : 'http://www.isu.edu/asisu/vote/images/closelabel.gif'
})
})
</script>
In the body:
<a href="#jackone" rel="facebox"><img src="images/jack1.jpg" alt="" /></a>
<div id="hidden">
<div id="jackone">
<img src="images/jack1-thumb.jpg" alt="" />
<p>Camoflouge suite is not the exact color it needs to be. Use better dye
next time.</p>
</div>
</div>
Special Considerations
Implementation
http://www.isu.edu/asisu/vote/candidates.shtml
