Team:Sevilla/Gallery

From 2011.igem.org

(Difference between revisions)
 
(18 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
 +
<p>Here you have some of the pictures we've taken during this months, it's unpublished material! Enjoy it...</p>
 +
</br>
 +
<p> <strong> THE TEAM <strong> </p>
 +
<embed type="application/x-shockwave-flash" src="https://picasaweb.google.com/s/c/bin/slideshow.swf" width="400" height="267" style="margin-left:190px;" flashvars="host=picasaweb.google.com&hl=es&feat=flashalbum&RGB=0x000000&feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F100571191190012676212%2Falbumid%2F5629529901700434145%3Falt%3Drss%26kind%3Dphoto%26hl%3Des" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
 +
</br>
 +
</br>
 +
 +
<p><strong>WORK IN THE LAB<strong></p>
 +
<embed type="application/x-shockwave-flash" src="https://picasaweb.google.com/s/c/bin/slideshow.swf" width="400" height="267" style="margin-left:190px;" flashvars="host=picasaweb.google.com&hl=es&feat=flashalbum&RGB=0x000000&feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F100571191190012676212%2Falbumid%2F5629529014869326945%3Falt%3Drss%26kind%3Dphoto%26hl%3Des" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
 +
<br/>
 +
</br>
-
<div class="container">
 
-
<ul class="thumb">
 
-
<li><a href="https://lh5.googleusercontent.com/-8Q17V5HrLcc/TibGG1sr18I/AAAAAAAAAWY/Ny7zIgjZCKg/s800/IMG_4699.JPG"><img src="https://lh3.googleusercontent.com/--fN95DhBGM8/TibGE2DB7-I/AAAAAAAAAWE/MDonZbL0fNA/s144/IMG_4705.JPG.jpg" alt="" /></a></li>
 
-
<li><a href="https://lh5.googleusercontent.com/-0W6X9-bK_qA/TibGHbXNG1I/AAAAAAAAAWg/VgdXn-Sz438/s800/IMG_4698.JPG"><img src="https://lh5.googleusercontent.com/-0W6X9-bK_qA/TibGHbXNG1I/AAAAAAAAAWg/VgdXn-Sz438/s144/IMG_4698.JPG" alt="" /></a></li>
 
-
<li><a href="#"><img src="https://lh4.googleusercontent.com/-2X_yY8oENAQ/Tif3nCcE1KI/AAAAAAAAAYo/4UJKu-X5Wbk/s144/IMG_4750.JPG" alt="" /></a></li>
 
-
<li><a href="#"><img src="thumb4.jpg" alt="" /></a></li>
 
-
<li><a href="#"><img src="thumb5.jpg" alt="" /></a></li>
 
-
<li><a href="#"><img src="thumb6.jpg" alt="" /></a></li>
 
-
<li><a href="#"><img src="thumb7.jpg" alt="" /></a></li>
 
-
<li><a href="#"><img src="thumb8.jpg" alt="" /></a></li>
 
-
<li><a href="#"><img src="thumb9.jpg" alt="" /></a></li>
 
-
</ul>
 
-
<div id="main_view">
 
-
<img src="main_image1.jpg" alt="" />
 
-
 
-
</div>
 
-
</div>
 
-
 
-
 
-
<!---==========================CSS==============================================-->
 
-
<style type="text/css">
 
-
body {
 
-
font: Arial, Helvetica, sans-serif normal 10px;
 
-
margin: 0; padding: 0;
 
-
}
 
-
* {margin: 0; padding: 0;}
 
-
img {border: none;}
 
-
.container {
 
-
height: 360px;
 
-
width: 910px;
 
-
margin-left:-280px;
 
-
margin-top:-230px;
 
-
top: 50%; left: 50%;
 
-
position: absolute;
 
-
}
 
-
ul.thumb {
 
-
float: left;
 
-
list-style: none;
 
-
margin: 0; padding: 10px;
 
-
width: 650px;
 
-
}
 
-
ul.thumb li {
 
-
margin: 0; padding: 5px;
 
-
float: left;
 
-
position: relative;
 
-
width: 110px;
 
-
height: 110px;
 
-
}
 
-
ul.thumb li img {
 
-
width: 100px; height: 100px;
 
-
border: 1px solid #ddd;
 
-
padding: 5px;
 
-
background: #f0f0f0;
 
-
position: absolute;
 
-
left: 0; top: 0;
 
-
-ms-interpolation-mode: bicubic;
 
-
}
 
-
ul.thumb li img.hover {
 
-
background:url(thumb_bg.png) no-repeat center center;
 
-
border: none;
 
-
}
 
-
#main_view {
 
-
float: left;
 
-
padding: 9px 0;
 
-
margin-left: -10px;
 
-
height: 4000px;
 
-
width: 800px;
 
-
}
 
-
</style>
 
-
<!---=================================================JS==============================================-->
 
-
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
 
-
<script type="text/javascript">
 
-
$(document).ready(function(){
 
-
 
-
//Larger thumbnail preview
 
-
 
-
$("ul.thumb li").hover(function() {
 
-
$(this).css({'z-index' : '10'});
 
-
$(this).find('img').addClass("hover").stop()
 
-
.animate({
 
-
marginTop: '-110px',
 
-
marginLeft: '-110px',
 
-
top: '50%',
 
-
left: '50%',
 
-
width: '174px',
 
-
height: '174px',
 
-
padding: '20px'
 
-
}, 200);
 
-
 
-
} , function() {
 
-
$(this).css({'z-index' : '0'});
 
-
$(this).find('img').removeClass("hover").stop()
 
-
.animate({
 
-
marginTop: '0',
 
-
marginLeft: '0',
 
-
top: '0',
 
-
left: '0',
 
-
width: '100px',
 
-
height: '100px',
 
-
padding: '5px'
 
-
}, 400);
 
-
});
 
-
 
-
//Swap Image on Click
 
-
$("ul.thumb li a").click(function() {
 
-
 
-
var mainImage = $(this).attr("href"); //Find Image Name
 
-
$("#main_view img").attr({ src: mainImage });
 
-
return false;
 
-
});
 
-
 
-
});
 
-
</script>
 
</html>
</html>

Latest revision as of 16:33, 21 September 2011

Here you have some of the pictures we've taken during this months, it's unpublished material! Enjoy it...


THE TEAM



WORK IN THE LAB