I am somewhat new to CSS so I hope you will forgive my question if it's a typical newbie question. :) I'm trying to help a friend with her site, you can see my work here. Upon viewing the site in IE6, she showed me a screenshot of the sidebar at the bottom of the page. I have since lost the screenshot and I can't see what is happening in IE7. Is it the sidebar CSS itself or something else causing this behavior in IE6? I used the List-o-Matic to build it and I added it to this stylesheet.
first thing is, you have to wrap your content area and sidebar area. what you did is, <div id="wrapper"><div id="content">....</div></div> <div id="navigation">....</div> <div id="extra">..</div>