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-image

list-style-image : url("urladdress") | none
 
Compatibility:  IE4+  N6
Version: Level 1
Inherited: Yes
 
The list-style-image property is used to provide the location of an image that is used as a marker in a list. This property only applies to elements with display values of list-item.
 
url("urladdress")
 
The url("urladdress") value gives the address where the image is stored. You must enclose the url address inside a pair of parentheses and within a pair of quotes.
 
none
 
The default none value indicates that no image will be displayed. This is primarily used to turn off a previously selected image so that it will not be reused in another listing.
 
Code:
ul.out { list-style-position: outside; list-style-image: url("/images/ie.gif"); }
...
<ul class="out">
<li> ADO
<li> ASP
<li> Jet SQL
<li> WSH
</ul>

 
Output:
  • ADO
  • ASP
  • Jet SQL
  • WSH


 


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