html - How to clip one word at the line-end, and the next word to the next line with CSS? -


what want:

_________ fo|r answ|er! 

not:

_________   | | answer!  | 

and not:

_________ fo|r answer! 

use width @ want break words element in question, clip narrower width using css clip. see http://jsfiddle.net/aeg3t/. however, not see way ensure clipping not cut letter in half.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -