Hi, I'm sure I'm not the first one to come accross this but I can't find a solution for it online. Here is a boiled down sample HTML/CSS page of what I'm trying to do:
http://leechristie.com/hotlinks/css-help/example.html <- View the source of this HTML document
I made that simple example rather than post my origonal page, since my origonal page is covered in PHP and would complicate my question.
Here's what the sample page looks like on IE (this is what I'm going for):
But on FireFox the wrapper collapses when the side is longer than the main area:
Since I'll have a black border around my wrapper,that would be noticeable.
Can anyone please tell me what I need to add to my CSS to fix it to display correctly on all browsers? View the source on the HTML document I linked to have a look, thanks.