Template:Kyoto/js
From 2014.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
function adjustHeight() { | function adjustHeight() { | ||
- | HEIGHT = screen.height | + | var HEIGHT = screen.height |
document.getElementById("kyoto-background").style.height = HEIGHT + 'px'; | document.getElementById("kyoto-background").style.height = HEIGHT + 'px'; | ||
HEIGHT = screen.availHeight - 300 | HEIGHT = screen.availHeight - 300 |
Revision as of 17:08, 21 September 2014