auto resize text (font size) when resizing window?

Posted by Stephen on Stack Overflow See other posts from Stack Overflow or by Stephen
Published on 2010-06-07T13:34:34Z Indexed on 2010/06/07 13:42 UTC
Read the original article Hit count: 139

Filed under:
|
|
|
|

Hi, I have been trying(in vain) to build a page whose elements would resize as I changed the window size. I have it working in css for images no problem, but I can't seem to accomplish the same for text, and I am not sure it is even possible in CSS. And I can't seem to find a jquery script that accomplishes this.

When a user resizes the window, I essentially want the page to scale dynamically and fluidly, without the user having to invoke page zoom. This works fine on my img divs via css, but not for the text, which stays the same size.

any ideas?

Thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about css