I don’t see any reason why this snippet doesn’t scale to 100 percent of the screen…does anyone know…i guess so…I just don’t get it and here a fiddle: http://jsfiddle.net/uuzbv/
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body{
width:100%;
height:100%;}
.section{
height:100%;
width:100%;
background-color:#000;
}
</style>
</head>
<body>
<div class="section">
</div>
</body>
</html>
Use: