I try to adjust the font-size in relation to the parent div.
See this fiddle: http://jsfiddle.net/hFgMs/
The div is 100px wide. So the more text you type the smaller the font-size should be and if you remove some chars the size should grow.
This works so far, but is ugly as hell. the transitions are "jumping" from time to time.
Any hints on how to fix it? :-)
Auto-size dynamic text to fill fixed size container did it. thanks