Here's a simple problem.
I need a full-height div (#inner) inside another full-height div (#outer, but with padding).
This code displays correctly in Firefox and IE8, but not in IE7 and IE6.
Edit: In the specific context where I'm using this structure, I had to set position: absolute for #outer.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict - The rest of the text has been modified -