Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head style="min-height: 100%">
  4. <meta charset="UTF-8">
  5. <title>100% height</title>
  6. </head>
  7. <body style="min-height: 100%">
  8. <div id="height-wont-work">
  9. <div id="map" style="height: 100%; background-color: #ff0"></div>
  10. </div>
  11. <div id="will-work" style="height: 100%">
  12. <div id="map" style="height: 100%; background-color: #00f"></div>
  13. </div>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement