Difference between revisions of "Template:Melbourne"

Line 1: Line 1:
 
<html>
 
<html>
 
  
 
<script>
 
<script>
 
function on() {
 
function on() {
     document.getElementById("overlay").style.width = "100%";
+
     document.getElementById("overlay").style.display = "block";
 
}
 
}
  
 
function off() {
 
function off() {
     document.getElementById("overlay").style.width = "0%";
+
     document.getElementById("overlay").style.display = "none";
 
}
 
}
 
</script>
 
</script>

Revision as of 13:06, 6 October 2018