space in css div won't go away
问题 I'm trying to get rid of some space that keeps getting appended to the front of my main text div... i'm guessing I have a missing property in my css... Wondering how to fix it...it kind of looks like its setting the top of the "main" div to the bottom of the "docmap" div. here's by css: #docmap { background-color: #f0f0f0; height: 100%; width: 200px; position: fixed; } #main { margin-left: 200px; position: 200px; padding: 20px; } here's by html: <html> <head> <script src="../js/load.js"><