hi friends
is there any style property or property value like
text-overflow: ellipse;
i was wondering how i can show ellipse (three dots) instead of hiding the overflowing contens in my <DIV>. I found this option in some sites but when i applied it in my css, it doesnt work.
Any comments?
thanking
shinu.This sort of thing is usually done by trimming your text with ASP/PHP (or possibly JS) and physically placing a "..." on the end. Ala GamingHeadlines.co.uk which does it using the ASP Left() function.text-overflow is IE6+/Win only. (<!-- m --><a class="postlink" href="http://www.blooberry.com/indexdot/css/properties/position/textoverflow.htm">http://www.blooberry.com/indexdot/css/p ... erflow.htm</a><!-- m -->) It is not part of any W3C CSS specification, although it may be added to CSS3, which is currently in development.Thank you friends...<Spelling_police>
The word is "ellipsis" (plural "ellipses").
</Spelling_police>
<Spelling_police>
The word is "ellipsis" (plural "ellipses").
</Spelling_police>
There's always one. Why! WHY! Waahhyyy!There's always one. Why! WHY! Waahhyyy!
It's like the real police: to serve and protect (the language).
OK, it's really like the real police: it's a power trip.
is there any style property or property value like
text-overflow: ellipse;
i was wondering how i can show ellipse (three dots) instead of hiding the overflowing contens in my <DIV>. I found this option in some sites but when i applied it in my css, it doesnt work.
Any comments?
thanking
shinu.This sort of thing is usually done by trimming your text with ASP/PHP (or possibly JS) and physically placing a "..." on the end. Ala GamingHeadlines.co.uk which does it using the ASP Left() function.text-overflow is IE6+/Win only. (<!-- m --><a class="postlink" href="http://www.blooberry.com/indexdot/css/properties/position/textoverflow.htm">http://www.blooberry.com/indexdot/css/p ... erflow.htm</a><!-- m -->) It is not part of any W3C CSS specification, although it may be added to CSS3, which is currently in development.Thank you friends...<Spelling_police>
The word is "ellipsis" (plural "ellipses").
</Spelling_police>
<Spelling_police>
The word is "ellipsis" (plural "ellipses").
</Spelling_police>
There's always one. Why! WHY! Waahhyyy!There's always one. Why! WHY! Waahhyyy!
It's like the real police: to serve and protect (the language).
OK, it's really like the real police: it's a power trip.