Thorsday

Thorsday Research Project

Webcommgard: Subduing Loki's Web Mischief


Facebox

Click on a pic to reveal facebox magic!

Learn more about Macgyver

Camoflouge suite is not the exact color it needs to be. Use better dye next time.

Writing is illegible, but he is holding up the wall nicely.

Standing around in public is the best.

He graciously volunteers to help Furlings get to school on time.

MacGyver employs his resourcefulness and his knowledge of chemistry, physics, technology, and outdoorsmanship to resolve what are often life-or-death crises. He creates inventions from simple items to solve these problems. These inventions became synonymous with the character and were called MacGyverisms by fans. MacGyver was unlike secret agents in other television series and films because, instead of relying on high-tech weapons and tools, he carried only a Swiss Army knife and duct tape.

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

Source

http://famspam.com/facebox