I have a long text and I want to hide that part if it is longer than the div.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Set the div with a width, (otherwise it wont know what overflow is). Then, set css to overflow:hidden; Remember to position the element relative (position:relative) so that IE knows how to deal with it. I wouldnt use ellipsis, as its not fully cross browser compatible Demo is here http://jsfiddle.net/vxN8v/1/ |
|||
|
|
|
use |
|||
|
|
|
Try this :
Assign some width to div so that if your text flow out of that box will get hidden. |
|||
|
|