Team:Valencia/gallery;

From 2012.igem.org

(Difference between revisions)
Line 9: Line 9:
<br><br><br>
<br><br><br>
 +
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
 +
$("ul#topnav li").hover(function() { //Hover over event on list item
 +
$(this).css({ 'background' : '#1376c9 url(topnav_active.gif) repeat-x'}); //Add background color + image on hovered list item
 +
$(this).find("span").show(); //Show the subnav
 +
} , function() { //on hover out...
 +
$(this).css({ 'background' : 'none'}); //Ditch the background
 +
$(this).find("span").hide(); //Hide the subnav
 +
});
 +
 +
});
 +
</script>
<center>Here have you some nice pictures about us!<br><br>
<center>Here have you some nice pictures about us!<br><br>
-
<iframe align="center" src="http://www.flickr.com//photos/igem_valencia2012/show/" frameBorder="0" width="700" height="600" scrolling="no"></iframe><br/><small>Created with <a href="http://www.admarket.se" title="Admarket.se">Admarket's</a> <a href="http://flickrslidr.com" title="flickrSLiDR">flickrSLiDR</a>.</small></center>
+
<iframe align="center" src="http://www.flickr.com//photos/igem_valencia2012/show/" frameBorder="0" width="600" height="500" scrolling="no"></iframe><br/><small>Created with <a href="http://www.admarket.se" title="Admarket.se">Admarket's</a> <a href="http://flickrslidr.com" title="flickrSLiDR">flickrSLiDR</a>.</small></center>
 +
 
 +
<br><br>
 +
 
 +
http://www.flickr.com//photos/igem_valencia2012/show/
</style>
</style>
</html>
</html>

Revision as of 11:42, 12 September 2012



Gallery



Here have you some nice pictures about us!


Created with Admarket's flickrSLiDR.


http://www.flickr.com//photos/igem_valencia2012/show/