Team:TU Munich/Templates/Layout

From 2010.igem.org

(Difference between revisions)
Line 6: Line 6:
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function(){
$(document).ready(function(){
-
 
-
 
-
$("img.barimage").animate({opacity: 0.25}, 0);
 
-
 
-
$("div.bar").mouseover(function(){
 
-
$(this).find(".barimage").animate({opacity: 1}, 0);
 
-
});
 
-
$("div.bar").mouseout(function(){
 
-
$(this).find(".barimage").animate({opacity: 0.25}, 0);
 
-
});
 
-
 
//Hide (Collapse) the toggle containers on load
//Hide (Collapse) the toggle containers on load

Revision as of 23:23, 21 October 2010