61
Okay,
@Chappy
I've modified the fixed theme to use pixels instead of ems. Pixels won't adjust according the the font sizes. That may fix some of your resize issues. Also, note that if you have content in the center column that is too wide (tables sometimes), the right column will expand and look funny. To avoid this, don't put any blocks in the right column for modules who need more room in the content area. Maybe not the best solution, but since the theme is restricted to 780 pixels width total, with a right and left column, not much is left for the center column anyway. Another possibility is to adjust .outer in style.css to include width:90%. That may or may not do anything for you.