Biomod/2011/TUM/TNT/Home
From OpenWetWare
(Difference between revisions)
| Line 97: | Line 97: | ||
$('#mainpic').attr('src', | $('#mainpic').attr('src', | ||
'http://openwetware.org/images/c/ce/TIRF.png'); | 'http://openwetware.org/images/c/ce/TIRF.png'); | ||
| + | }); | ||
| + | $("#but5").mouseenter(function() { | ||
| + | $('#mainpic').attr('src', | ||
| + | 'http://openwetware.org/images/b/bc/Plot.png'); | ||
}); | }); | ||
| Line 143: | Line 147: | ||
z-index:2; | z-index:2; | ||
background-image:url('http://openwetware.org/images/f/fc/Thumb_TIRF.png');} | background-image:url('http://openwetware.org/images/f/fc/Thumb_TIRF.png');} | ||
| + | #but5 { | ||
| + | width:80px; | ||
| + | height:60px; | ||
| + | position:absolute; | ||
| + | left:420px; | ||
| + | top:422px; | ||
| + | z-index:2; | ||
| + | background-image:url('http://openwetware.org/images/4/4b/Thumb_Plot.png');} | ||
</style> | </style> | ||
</head> | </head> | ||
Revision as of 16:41, 1 November 2011




