Can you set the text size as a % of the parent div size? Not as a % of the parent's font size, but as a % of the box size.
So, if box was 300px wide, font may be 15px. When the browser is resized so the box is 600px wide, the font would be 30px etc.
Resizing would simply be adjusting the browser width etc.
Thanks in advance.