I have two blocks (divs) that I want to position horizontally (on the same horizontal level, tops aligned) as if they were two cells in a table. What is the best way to do this in CSS and keep them fixed so that narrowing the browser window size will not cause one to pop under the other? Sam