Biomod/2011/TUM/TNT/Home
From OpenWetWare
(Difference between revisions)
| Line 78: | Line 78: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
| + | |||
$('#mainpic').attr('src', | $('#mainpic').attr('src', | ||
| - | 'http://openwetware.org/images/ | + | 'http://openwetware.org/images/4/45/Team_700_600.png'); |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
$("#but1").mouseenter(function() { | $("#but1").mouseenter(function() { | ||
| - | $('#mainpic').attr('src', 'http://openwetware.org/images/ | + | $('#mainpic').attr('src', 'http://openwetware.org/images/4/45/Team_700_600.png'); |
}); | }); | ||
$("#but2").mouseenter(function() { | $("#but2").mouseenter(function() { | ||
$('#mainpic').attr('src', | $('#mainpic').attr('src', | ||
| - | 'http://openwetware.org/images/ | + | 'http://openwetware.org/images/0/02/U.png'); |
}); | }); | ||
$("#but3").mouseenter(function() { | $("#but3").mouseenter(function() { | ||
$('#mainpic').attr('src', | $('#mainpic').attr('src', | ||
| - | 'http://openwetware.org/images/ | + | 'http://openwetware.org/images/d/d7/2011.10.07_theU_BM2_0.42uM_Spermin_A4031.png'); |
}); | }); | ||
$("#but4").mouseenter(function() { | $("#but4").mouseenter(function() { | ||
$('#mainpic').attr('src', | $('#mainpic').attr('src', | ||
| - | 'http://openwetware.org/images/ | + | 'http://openwetware.org/images/c/ce/TIRF.png'); |
}); | }); | ||
| Line 123: | Line 118: | ||
top:530px; | top:530px; | ||
z-index:2; | z-index:2; | ||
| - | background-image:url('http:// | + | background-image:url('http://openwetware.org/images/e/ea/Thumb_Team.png');} |
#but2 { | #but2 { | ||
width:80px; | width:80px; | ||
| Line 131: | Line 126: | ||
top:530px; | top:530px; | ||
z-index:2; | z-index:2; | ||
| - | background-image:url('http:// | + | background-image:url('http://openwetware.org/images/4/4b/Thumb_U.png');} |
#but3 { | #but3 { | ||
width:80px; | width:80px; | ||
| Line 139: | Line 134: | ||
top:530px; | top:530px; | ||
z-index:2; | z-index:2; | ||
| - | background-image:url('http:// | + | background-image:url('http://openwetware.org/images/7/77/Thumb_2011.10.07_theU_BM2_0.42uM_Spermin_A4031.png');} |
#but4 { | #but4 { | ||
width:80px; | width:80px; | ||
| Line 147: | Line 142: | ||
top:530px; | top:530px; | ||
z-index:2; | z-index:2; | ||
| - | background-image:url('http:// | + | background-image:url('http://openwetware.org/images/f/fc/Thumb_TIRF.png');} |
</style> | </style> | ||
</head> | </head> | ||
Revision as of 16:10, 1 November 2011




