In my css,i write a class style overflow : hidden.My div contains a small image and some paragraph text. if the overflow is hidden in the sense the word wrap doesn't work. if i remove,it works. but i need both overflow hidden and also word wrap.
.img-block_100 { height: 100px; width: 100px; float: left; margin-right: 5px; } .img-block_100 img { max-width: 100%; } .ee-content { width: 100%; height: 140px; overflow: hidden; width: 250px; } please see what i tried: Demo
overflow: hidden, then you will see.overflow:hidden;the full text becomes visible, as would be expected.overflow:hidden;and wrap text both