Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <meta name="viewport" content="width=device-width, initial-scale=1">
  2. <meta charset="utf-8">
  3.  
  4. <title>Test</title>
  5.  
  6. <style>
  7.  
  8. html, body {
  9. height: 100%;
  10. width: 100%;
  11. margin: 0px;
  12. padding: 0px;
  13. overflow: hidden;
  14. }
  15.  
  16. #map-canvas {
  17. width: 100%;
  18. }
  19.  
  20. #aDiv {
  21. width: 100%;
  22. }
  23.  
  24. #aTable {
  25. border-collapse: collapse;
  26. width: 100%;
  27. }
  28.  
  29. </style>
  30.  
  31. var height = document.getElementById('aDiv').offsetHeight;
  32. document.getElementById('map-canvas').style.height = height + '%';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement