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 = | + | HEIGHT = screen.availWidth - 150 |
document.getElementById("kyoto-background").style.height = HEIGHT + 'px'; | document.getElementById("kyoto-background").style.height = HEIGHT + 'px'; | ||
HEIGHT = HEIGHT - 150 | HEIGHT = HEIGHT - 150 |
Revision as of 16:47, 21 September 2014