Difference between revisions of "Template:UNSW Australia/Basics"

Line 103: Line 103:
 
<script>
 
<script>
 
function scrollTop() {
 
function scrollTop() {
     document.body.scrollTop = 0; // For Safari
+
     document.body.scrollTop = 0;  
     document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
+
     document.documentElement.scrollTop = 0
 
}
 
}
 
</script>
 
</script>
  
 
</html>
 
</html>

Revision as of 00:14, 14 October 2018