Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~190 People Reached
Favorite Forums
Favorite Tags
Member Avatar for OscarT

Can anyone explain to me why the green sub_container in the following code doesn't expand down to fill the red main_container? [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Test</title> <style> html, body {margin:0; padding:0; height:100%;} div#main_container {min-height:100%; background:red;} div#sub_container {height:100%; background:green;} </style> </head> <body> <div id="main_container"> <div …

Member Avatar for OscarT
0
190