Team:Trieste/outreach

From 2012.igem.org

(Difference between revisions)
(test)
(fix js)
Line 50: Line 50:
<img src="https://static.igem.org/mediawiki/2012/6/66/Univillage.jpg" alt="UniVillage" />
<img src="https://static.igem.org/mediawiki/2012/6/66/Univillage.jpg" alt="UniVillage" />
<span>Our first event!! &qout;Ladies and gentlemen here our project!&qout;...</span>
<span>Our first event!! &qout;Ladies and gentlemen here our project!&qout;...</span>
 +
</a>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td>
 +
<a href="outreach/radioincorso">
 +
<img src="https://static.igem.org/mediawiki/2012/e/e7/Trieste-Radio_in_Corso.jpg" alt="Radio in Corso"/>
 +
<span></span>
 +
</a>
 +
</td>
 +
<td>
 +
<a href="outreach/univillage">
 +
<img src="https://static.igem.org/mediawiki/2012/d/d3/Trieste-Radio2.png" alt="Radioattività" />
 +
<span></span>
</a>
</a>
</td>
</td>
Line 56: Line 70:
<script type="text/javascript" charset="utf-8">
<script type="text/javascript" charset="utf-8">
$(function(){
$(function(){
-
$('table.outreach td').mouseenter(function(ev){
+
$('table.outreach td').mouseover(function(ev){
-
alert("works?");
+
ev.children('img').stop().fadeOut(function(){
 +
ev.children('span').stop().fadeIn();
 +
});
});
});
});
});

Revision as of 22:54, 26 September 2012

HTML Hit Counter