Is there any way to scale window content with javascript and/or CSS 2 ? Im looking for something similiar to CSS 3 - transform:scale(x,y). Lets say that I have a div, filled with some text and with fixed width/height. When I change the size of my browser window, div will resize but the text will not change its size. I want the text to squeeze just like it does in CSS 3 which unfortunately is not supported by my browser.
Thanks in advance for your time.