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