-
200617 Jun
Posted in CSS3 Previews
Just a small note: i have added text-overflow to the preview pages. Mostly unsupported at this time, it could be very useful though.
You can skip to the end and leave a response.
-
Comments
-
01.
Luke says:Comment » June 17th, 2006 at 7:30 pm
very cool. this will be very useful if used right.
-
02.
This works in IE6 and up too, i just found out, updated the page.
-
03.
Opera 8.5 exhibits some very strange behaviour on the text-overflow examples; when you hover the mouse over the boxes, it creates a scroll-bar in place of the box which allows you to scroll along the length of the text. Very odd.
-
04.
ian says:Comment » June 20th, 2006 at 9:55 am
Opera 9+ supports text-overflow partially using its vendor prefix: -o-text-overflow: ellipsis; but the example does not include this in the description / code.
-
05.
Hi ian, thanks for pointing this out! I added it.
-
06.
Julio says:Comment » August 22nd, 2011 at 9:24 pm
None of that examples you have showed works to me in Firefox. It don’t works yet, was just a simulation? I try all these codes:
#div {text-overflow: ellipsis; width:200px; height:20px; border:solid 1px #000000; }
#div {text-overflow: clip; width:200px; height:20px; border:solid 1px #000000; }
Tks.
-
01.