CSS/Javascript fluid font size
问题 My application has two views, a live mode and a preview mode. Both of these have windows which can be resized. They are the same html file. I am looking for a way to get the font-size to resize proportionally for both views when they are resized. I am using jQuery as my javascript framework. Is there a way of getting this to work in either CSS or jQuery? 回答1: I know I am answering my own question, but the answer above was helpful but not enough to suffice as one. So this is how I ended up