Team:Freiburg Software/Team/Photos

From 2010.igem.org

(Difference between revisions)
Line 36: Line 36:
z-index: 3;
z-index: 3;
display: none;
display: none;
-
}
 
-
.pic_big a:hover {
 
-
z-index: 1;
 
}
}
Line 49: Line 46:
</div>
</div>
</div>
</div>
 +
 +
 +
 +
 +
head><script language="JScript" type="text/jscript">
 +
Bild1 = new Image();
 +
Bild1.src = "http://i10.photobucket.com/albums/a117/sjab_/musik-hyori-lee_102.jpg";
 +
Bild2 = new Image();
 +
Bild2.src = "http://www.fanfarepourpour.com/images/gif/KarousellMusik_160.jpg";
 +
Bild1 = new Image();
 +
Bild1.src = "http://www.vs-west.at/bmk/inhalt/musik2006.jpg";
 +
Bild2 = new Image();
 +
Bild2.src = "http://www.fanfarepourpour.com/images/gif/KarousellMusik_160.jpg";
 +
var Bild = 1;
 +
function Bildwechsel () {
 +
if (Bild == 1) {
 +
Bild = 2;
 +
document.all.Madrid.filters.blendTrans.Apply();
 +
document.all.Madrid.src = Bild2.src;
 +
document.all.Madrid.filters.blendTrans.Play();
 +
} else {
 +
Bild = 1;
 +
document.all.Madrid.filters.blendTrans.Apply();
 +
document.all.Madrid.src = Bild1.src;
 +
document.all.Madrid.filters.blendTrans.Play();
 +
}
 +
}
 +
</script>
 +
</head>
 +
 +
<p align="center"
 +
<img id="Madrid" src="http://i10.photobucket.com/albums/a117/sjab_/musik-hyori-lee_102.jpg"
 +
style="cursor:hand; filter:blendTrans(Duration=4, Transition=16)"
 +
onclick="Bildwechsel()" width=433 height=278 border=2 alt="Das ist Madrid">
 +
 +
</p>
 +
 +
</html>
</html>

Revision as of 03:46, 25 October 2010

head>