Text remains resizable if:
Code:
body { font-size: 12px | pt; }
div { font-size: 1em; } /* Assuming all text, and other elements that contain text,
are contained in a DIV */
And actually, I just set the body font size to 1em or 100%. I've run into an IE quirk when giving the body a fixed text size, and then setting your layout column widths in ems: The text remains resizable, but the layout doesn't grow or shrink.
I normally design sites with em-based column widths so that users can resize the text and the layout grows in proportion. (see http://mjw.cmich.edu/ for an example).
Bookmarks