Team:Buenos Aires

From 2013.igem.org

(Difference between revisions)
Line 247: Line 247:
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function(){
$(document).ready(function(){
-
   $(".texto img").hover(function(){
+
   $("#textExt img").hover(function(){
     $("#external img").css('opacity', '0.2');
     $("#external img").css('opacity', '0.2');
   
   
     },function(){
     },function(){
-
  $(".texto img").css('opacity', '1');
+
  $("#textExt img").css('opacity', '1');
   });
   });
});
});

Revision as of 02:18, 16 July 2013

iGem Buenos Aires

Background

Buenos AiresiGem

Hola