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);
 +
$("img.barimage").mouseover(function(){
 +
$(this).animate({opacity: 1}, 0);
 +
});
 +
$("img.barimage").mouseout(function(){
 +
$(this).animate({opacity: 0.25}, 0);
 +
});
 +
 +
//Hide (Collapse) the toggle containers on load
//Hide (Collapse) the toggle containers on load
$(".toggle_container").hide();  
$(".toggle_container").hide();  

Revision as of 23:18, 21 October 2010