I'm wondering if there's any way to set a width - say, in pixels - beyond which a page element (paragraph of text, DIV, whatever) will not expand. But at the same time if the browser window is too narrow to display that paragraph at a full width, it will word wrap the text instead of displaying a horizontal scrollbar at the bottom of the window.
For example: I want to have my paragraph text word-wrap at 700 pixels, or less. I.E. If my browser window is 550 pixels wide, I want the text to word-wrap at the border of the window, not forcibly extend to 700 pixels. But if my browser is 1024 pixels wide, I want the text to wrap at its set maximum of 700 pixels width.
Any ideas?