'text-overflow' Syntax and Note : text overflow « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'text-overflow' Syntax and Note

Note:

Display ellipses (...) or clip when the text overflows its layout area. 
    
Syntax:
    
element { text-overflow: value }
elementID.style.textOverflow = "value"
document.all.elementID.style.textOverflow = "value"
    

      
      








Related examples in the same category

1.'text-overflow' Example
2.'text-overflow' is applied to