I have a situation where I have a container element (div) that contains text. This text will sometimes be really large - not paragraph large, but it can potenti
This is still nearly impossible in CSS only, as the size of each character in different fonts isn't known to us via CSS. There is a jQuery plugin called fitText that handles this sort of thing very nicely.