Free Web Template: Fake Frames Layout
Copy the CSS into a file called styles.css. Save this in the same directory as your HTML document. Be sure to not copy the advertisement copy that may appear within the code.
You are free to use any of the free Web templates here for personal or commercial designs, either in print or on the Web, excluding items for resale. You may not give away, sell, or redistribute the files in any way. Do not post these files on any another Web site, electronically distribute them, or include them in any package for distribution. If you find these files useful, please include a credit line or a link back to this site [http://webdesign.D106/]. Terms of use last modified 8/29/2004.
Return to Fake Frames Layout
More XHTML CSS Layout Templates
body, html { margin: 0px; padding: 0px; height: 100%; width: 100%; border: 0px; } #sidenav { background: #c60; padding: 5px; height: 98%; width: 200px; position: absolute; left: 0px; top: 0px; } #main { margin-left: 0px; position: absolute; left: 215px; top: 0px; overflow: auto; height: 98%; padding-right: 0px; } html { overflow: hidden; }
You are free to use any of the free Web templates here for personal or commercial designs, either in print or on the Web, excluding items for resale. You may not give away, sell, or redistribute the files in any way. Do not post these files on any another Web site, electronically distribute them, or include them in any package for distribution. If you find these files useful, please include a credit line or a link back to this site [http://webdesign.D106/]. Terms of use last modified 8/29/2004.
Return to Fake Frames Layout
More XHTML CSS Layout Templates
Source...