I want to show ... when overflow happens,
but sadly in css there is only overflow:hidden which is near but not exact what I want.
Is it possible to implement it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See http://www.quirksmode.org/css/textoverflow.html and https://developer.mozilla.org/en/CSS/text-overflow. Doesn’t support Firefox, however.
Edit: There’s a jQuery plugin for this. After you have installed it, call
to activate the style. See http://jsbin.com/acuti3. There are a bunch of other jQuery plugins for besides this.