/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ul, li, h1 { margin: 0; padding: 0; } #wrapper { margin: 400px 0 0 0; } #left { width: 220px; float: left; } #right { margin: 0 0 0 220px; background: gray; } #leftNav { background: green; width: 220px; } .fixed { position: fixed; top: 0; }