I'm trying to make a div with a fixed width, but with an unlimited height. I've tried a few things like height:100%; But that didn't do very much.
What annoys me is that divs are by default limitless in width but not in height, making this a lot easier if I were to flip my div 90 degrees.
Anyone got an idea on how to do it?