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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -