You know what I mean? Like let's say we have:
<div style="width:100px;font-size:10px">Some Text</div>
But then we could also possibly have a much longer text string in that div, in that case I would want that div to have font-size:7px or whatever, so that the whole string fits without overflowing.
I'm sure there's already something like this written, I wouldn't want to reinvent this. Preferably a jQuery plugin?
Any suggestions would be appreciated! Thanks