I'm using Divs for my website's layout and haven't had any problems except the site's background doesn't display in versions of IE before 7.
I'm using the Faux Columns technique to separate out the sections. Basically using a background image on a "container div" that will expand according the height of the "content" and "side menu" divs inside. In IE, it doesn't stretch with the content (it doesn't appear at all, even though technically it's there, it just has 0 height)
I'm guessing I'm just missing a simple css line to make IE happy?
Website: greenview.com
CSS: greenview.com/gv.css
(If you notice any other coding or visual problems, feel free to point them out!)
Thanks