Previously written, put it here:
. Ellipsis {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;-o-text-overflow: ellipsis;-moz-binding: URL ('ellipsis. XML # ellipsis '); display: block ;}
Ellipsis. xml
Code
<Bindings xmlns = "http://www.mozilla.org/xbl" xmlns: XBL = "http://www.mozilla.org/xbl" xmlns: XUL = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<Binding id = "ellipsis">
<Content>
<XUL: Description crop = "end" XBL: inherits = "value = XBL: Text">
<Children/>
</XUL: Description>
</Content>
</Binding>
</Bindings>
. Ellipsis {
Text-overflow: ellipsis;/* for IE ...*/
-O-text-overflow: ellipsis;/* for opera */
-Moz-binding: URL ('ellipsis. xml # ellipsis ');/* For Firefox, the following XML must be valid */
Display: block;/* These are additional items, and the above style will be effective */
White-space: nowrap;
Overflow: hidden;
}