I'm trying to create a 3 column layout using liquid divs and I got it looking like it's supposed to in IE but not Firefox. I've assigned percentage heights to the body, as a percentage height div won't work if it's parent element is auto or undefined since the div has no reference upon which to base a percentage. Anyone one messed around with percentage height divs much?
Actually I figured it out. Since the html element is parent to the body element that needs to be set to 100% height too for Firefox to know what to base the percentage height of the body and ultimately my divs on, whereas IE apparently doesn't look for rules effecting anything higher than the body.