so I'm trying a simple experiment to get a fixed width column, and a fluid width one next to it.
It works fine with this code: http://jsfiddle.net/qdWrH/
But when I add <!doctype html>
to it, suddendly it breaks. It's like the 100% height isnt accepted?
I've had a look around and can't quite find the right answer. Any ideas? Thanks!