'list-style' Syntax and Note : list style « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'list-style' Syntax and Note

Note:

Controls three different list-style style properties: 
   list-style-type, 
   list-style-position,
   list-style-image. 

Syntax:
    
element { list-style: value }
elementID.style.listStyle = "value"
document.all.elementID.style.listStyle = "value"    

    

      
      








Related examples in the same category

1.'list-style' Example
2.'list-style' is applied to