Team:Goettingen/Team/Gallery
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 102: | Line 102: | ||
function showGarPic(from,illustration){ | function showGarPic(from,illustration){ | ||
+ | document.body.insertBefore(lightframe,document.body.childNodes[0]); | ||
garPic.src = from; | garPic.src = from; | ||
alert(getComputedStyle(garPic,null).width); | alert(getComputedStyle(garPic,null).width); | ||
Line 110: | Line 111: | ||
} | } | ||
description.innerHTML = illustration; | description.innerHTML = illustration; | ||
- | + | ||
} | } | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 17:55, 8 July 2013