I've been searching high and low for a 2 column CSS based layout that has a header, footer and a main area which contains 2 columns. Ideally the left column will display a 728px ad and never be chopped off and the right column will be 300px (for a 300x300 ad) and should be remain fixed, the rightmost side of the right column could be cut off at low resolutions as needed.
Has anyone dealt with a similar issue before? Obviously the issue arises at 1024x728 resolutions but I haven't been able to find a good way of handling this situation. I notice digg will sometimes serve up 300x300 ads in their right hand column and they just let the page horizontally scroll but I haven't been able to find/engineer a layout that's comparable.
Obviously, 728+300=1028 so I'm curious how other people have solved this problem. Cheers!