Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project










PROPERTY: list-style

list-style : list-style-image &| list-style-position &| list-style-type
 
Compatibility:  IE4+  N6
Version: Level 1
Inherited: Yes
 
The list-style property allows you to combine into one declaration the list-style-image, and/or the list-style-position, and/or the list-style-type properties.
 
Each of these three individual properties are discussed on their own page.
 
Code:
li { list-style: url("http://devguru.com/devgurupix.gif") inside circle; }
ul { list-style: outside upper-roman; }
ol { list-style: square; }


 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information