Glubase - share your knowledge


All / Computers / Programming / CSS





  • View Command

CSS Reference

CSS list-style-image definition

Browser support
IEFFOpSaf

Type:

Syntax

list-style-image: none | <url>

Description

The list-style-image property specifies the image that will be used as a list item marker.

Values

 

Value Description
none Default value, no image will be used as list item marker.
<url> Url to the list item image.

Example

[Try this example yourself]
<ul style="list-style-image:url(http://www.glubase.com/images/add.gif);>
<li>One</li>
<li>Two</li>
</ul>

Output

    • Comments

No comments added.