Team:Goettingen/Team/Gallery
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 83: | Line 83: | ||
//说明 | //说明 | ||
- | + | description = document.createElement('p'); | |
- | showbox.insertBefore( | + | showbox.insertBefore(description,showbox.childNodes[1]); |
//背景框 | //背景框 | ||
Line 102: | Line 102: | ||
garPic.src = from; | garPic.src = from; | ||
document.body.insertBefore(lightframe,document.body.childNodes[0]); | document.body.insertBefore(lightframe,document.body.childNodes[0]); | ||
- | + | desciption.innerHTML = illustration; | |
} | } | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 17:19, 8 July 2013