Html page divs to fit window
Need a web page that fits window, and all div CSS-based layout. Below the code for HTML and CSS required for the page. Test Page <!– html,body { height: 100%; margin: 0; padding: 0; } #dpage{ height: 100%; background-color: #eee; } #dtop{ float: left; height: 55px; width: 100%; background-color: #00AEFF; } #dcontent { height: [...]







