summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl-samples/pool.html
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/samples/o3d-webgl-samples/pool.html')
-rw-r--r--o3d/samples/o3d-webgl-samples/pool.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/o3d/samples/o3d-webgl-samples/pool.html b/o3d/samples/o3d-webgl-samples/pool.html
index e161a44..cabe6d0 100644
--- a/o3d/samples/o3d-webgl-samples/pool.html
+++ b/o3d/samples/o3d-webgl-samples/pool.html
@@ -43,22 +43,22 @@ single image file and then split up using Bitmaps.
html, body {
border: 0;
margin: 0;
- height: 100%;
+ width: 100%;
height: 100%;
}
div#container {
- position:relative; /* needed for footer positioning*/
- margin:0 auto; /* center, not in IE5 */
+ position:relative; /* Needed for footer positioning. */
+ margin:0 auto; /* Center, not in IE5. */
- height:auto !important; /* real browsers */
- height:100%; /* IE6: treaded as min-height*/
+ height:auto !important; /* For browsers other than IE. */
+ min-height:100%;
- min-height:100%; /* real browsers */
+ height:100%; /* For IE6. */
}
div#footer {
position:absolute;
width:100%;
- bottom:0; /* stick to bottom */
+ bottom:0; /* Stick to bottom. */
background: #111111;
}
</style>