Hi 
I'm designing a website and have one of those annoying problems where I have 2 columns / div's, with a header above them and a footer below.
The left column is set to 200px, and the right 600px, which exist inside the container of size 800px. Basically the problem is that if I were to place an image of 601px within the right column, the entire column would drop right below the page content and set itself at 800px ... so to accomodate this larger image.
What I'm wondering is if anyone knows of a way of placing something in the css file that instructs div's to say to themselves "ok ... i'm going to stay at this width no matter what ... anything wider is most certainly welcome, but they'll get reduced to my size".
Thanks,
Steven.

I'm designing a website and have one of those annoying problems where I have 2 columns / div's, with a header above them and a footer below.
The left column is set to 200px, and the right 600px, which exist inside the container of size 800px. Basically the problem is that if I were to place an image of 601px within the right column, the entire column would drop right below the page content and set itself at 800px ... so to accomodate this larger image.
What I'm wondering is if anyone knows of a way of placing something in the css file that instructs div's to say to themselves "ok ... i'm going to stay at this width no matter what ... anything wider is most certainly welcome, but they'll get reduced to my size".
Thanks,
Steven.