Difference between revisions of "Template:Example"

Line 1: Line 1:
 
<html>
 
<html>
 +
 +
 +
<script>
 +
var x = (15 * $("#content").width() ) /100;
 +
$(".menu_wrapper").css{"width", x);
 +
</script>
  
 
<style>
 
<style>
Line 12: Line 18:
  
  
<script>
 
var x = (15 * $("#content").width() ) /100;
 
$(".menu_wrapper").css{"width", x);
 
</script>
 
  
 
.menu_wrapper {background-color:#f2f2f2;  width:15%; float:left; text-align:center; padding:10px 0px; height:100vh; position:fixed;}
 
.menu_wrapper {background-color:#f2f2f2;  width:15%; float:left; text-align:center; padding:10px 0px; height:100vh; position:fixed;}

Revision as of 20:50, 10 March 2016