Is there any way in CSS to set an element's width from that of a particular text string? Using tables this can be done by setting e.g. <TABLE WIDTH="10"> and then forcibly expanding the table width by putting the the string inside <NOBR> tags and/or making it one token with s. But I can't see any way to do this with CSS.