I need to achieve subject, and really got stuck. To better describe, I've put up a picture of what I need to get:

At first I've tried to do it with divs, but it looks completely different in Firefox due to width attribute. Although my primary concern is IE8 non-standard mode (that's requirement), I wanted it to look more or less decent in Firefox.
Then I tried to do it with two-column table, and it works well in IE and somewhat well in Firefox, but for some reason if the right column content gets wider than screen, table does not accomodate and my content is cropped horizontally by the table, no scrollbar is shown.
Also, looked at the earlier posts on Stackoverflow, with fixed container, but it doesn't seem to work in IE8 non-standard mode.
Would be glad to hear any ideas on how this could be done.
#contenttdgets wide enough to accomodate content (~6000px), buttr(andtable) is cropped to screen width (~1000px). – Andy Nov 7 '11 at 13:02