Comments on: text-overflow https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Tue, 10 Sep 2019 07:24:10 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Fida Hasan https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1751281 Tue, 10 Sep 2019 07:24:10 +0000 http://css-tricks.com/?page_id=14119#comment-1751281 wowwwww.. its just an awesome tricks.
Thank you so much,

but any explanation why or how min-width is resolving the problem?
at least tell me- how do you discover that setting min-width solve the problem?

]]>
By: Paul Johnson https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1599347 Wed, 27 Jan 2016 23:02:46 +0000 http://css-tricks.com/?page_id=14119#comment-1599347 In reply to MandalyThu.

Stop buying Lenovo tablets.

]]>
By: bruch https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1599346 Wed, 27 Jan 2016 22:12:10 +0000 http://css-tricks.com/?page_id=14119#comment-1599346 In reply to M Faraz Ahmed Sa.

I don’t think you understand the point of the article.

]]>
By: M Faraz Ahmed Sa https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1599208 Wed, 20 Jan 2016 09:17:22 +0000 http://css-tricks.com/?page_id=14119#comment-1599208 In reply to M Faraz Ahmed Sa.

use also this code to hid content through inline css

(((<div style = " display :none " align=" center ">  <a href =" http :// www 0 tijaarat.pk"> Always and Forever * A fresh approach to shopping. * </a> </div> )))
]]>
By: M Faraz Ahmed Sa https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1599207 Wed, 20 Jan 2016 09:15:28 +0000 http://css-tricks.com/?page_id=14119#comment-1599207 html css example – hide content with div using inline CSS

Always and Forever * A fresh approach to shopping. *

Best way to hide in html/css using display:none;

Example!!

hi..

.hideClass
{display:none;}

]]>
By: MandalyThu https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1594890 Tue, 26 May 2015 03:49:37 +0000 http://css-tricks.com/?page_id=14119#comment-1594890 text-overflow doesn’t work in default browser in Lenovo Tablet S5000. I already use
text-overflow: ellipsis;
white-space:nowrap;
overflow:hidden;
All Browser is OK with above code.
But it doesn’t work in lenovo Tablet .How to fix it?

]]>
By: Ryan https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1592540 Thu, 12 Feb 2015 18:23:19 +0000 http://css-tricks.com/?page_id=14119#comment-1592540 Looks like text-overflow: ellipsis is ignored whenever text-align: right is set.

]]>
By: vb078 https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1592231 Thu, 29 Jan 2015 20:48:54 +0000 http://css-tricks.com/?page_id=14119#comment-1592231 In reply to anon.

Thanks a lot, work great (firefox testing right now) !

]]>
By: ProgramCpp https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1588000 Mon, 05 Jan 2015 09:48:55 +0000 http://css-tricks.com/?page_id=14119#comment-1588000 Does the clipping work with scroll bars.

]]>
By: Hamza SAĞ https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1585658 Thu, 02 Oct 2014 13:25:28 +0000 http://css-tricks.com/?page_id=14119#comment-1585658 you can check this -> Your text to link here…

]]>
By: Majid https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1584997 Thu, 04 Sep 2014 05:22:30 +0000 http://css-tricks.com/?page_id=14119#comment-1584997 You should define width for that box, and width should be less than text length.

]]>
By: Sa Xi https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1584991 Thu, 04 Sep 2014 02:46:50 +0000 http://css-tricks.com/?page_id=14119#comment-1584991 I’ve a problem about text-overflow , I use this code to display the result ” vwxy… ”
{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
but the result not like this “vwxy…”

]]>
By: Majid https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1584821 Fri, 29 Aug 2014 13:12:50 +0000 http://css-tricks.com/?page_id=14119#comment-1584821 In reply to Akash.

add this line to it:

white-space: nowrap;

]]>
By: anon https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1584261 Thu, 07 Aug 2014 04:20:22 +0000 http://css-tricks.com/?page_id=14119#comment-1584261

no current browser support for author-defined strings
firefox seems to have support for:

text-overflow: ‘… more’;

]]>
By: dirkus https://css-tricks.com/almanac/properties/t/text-overflow/#comment-1583942 Tue, 22 Jul 2014 12:54:57 +0000 http://css-tricks.com/?page_id=14119#comment-1583942 There is a problem with ie9 rendering when you use a custom glyph as a font-family property plus the ellipsis effect. Not sure what the solution is yet.

]]>