Template:UOttawa Header
From 2012.igem.org
(Difference between revisions)
KyleHinskens (Talk | contribs) |
KyleHinskens (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{Template:uOttawa_CSS}} | {{Template:uOttawa_CSS}} | ||
<html> | <html> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(function() { | ||
+ | $('.rollover').hover(function() { | ||
+ | var currentImg = $(this).attr('src'); | ||
+ | $(this).attr('src', $(this).attr('hover')); | ||
+ | $(this).attr('hover', currentImg); | ||
+ | }, function() { | ||
+ | var currentImg = $(this).attr('src'); | ||
+ | $(this).attr('src', $(this).attr('hover')); | ||
+ | $(this).attr('hover', currentImg); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<table align="center" id="header" cellpadding="0" cellspacing="0" width="970"> | <table align="center" id="header" cellpadding="0" cellspacing="0" width="970"> | ||
<tr> | <tr> | ||
- | <td><a href="https://2012.igem.org/Team:uOttawa_CA/Project"><img src="https://static.igem.org/mediawiki/2012/9/98/Uottawa_headerProject.png"></a></td> | + | <td><a href="https://2012.igem.org/Team:uOttawa_CA/Project"><img src="https://static.igem.org/mediawiki/2012/9/98/Uottawa_headerProject.png" class="rollover" hover="https://static.igem.org/mediawiki/2012/c/c1/Uottawa_Before_Attributions.png"></a></td> |
<td><a href="https://2012.igem.org/Team:uOttawa_CA/Results"><img src="https://static.igem.org/mediawiki/2012/e/ee/Uottawa_headerResults.png"></a></td> | <td><a href="https://2012.igem.org/Team:uOttawa_CA/Results"><img src="https://static.igem.org/mediawiki/2012/e/ee/Uottawa_headerResults.png"></a></td> | ||
<td><a href="https://2012.igem.org/Team:uOttawa_CA/Team"><img src="https://static.igem.org/mediawiki/2012/0/00/Uottawa_headerTeam.png"></a></td> | <td><a href="https://2012.igem.org/Team:uOttawa_CA/Team"><img src="https://static.igem.org/mediawiki/2012/0/00/Uottawa_headerTeam.png"></a></td> |
Revision as of 00:52, 4 October 2012