'list-style-image' Example : list style image « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'list-style-image' Example

<html>
<body>
<ul style="list-style-image:url(http://www.java2s.com/style/logo.png)">
   <li>Item 1.</li>
   <li>Item 2.</li>
   <li>Item 3.</li>
   <li>Item 4.</li>
   <li>Item 5.</li>
</ul>
</body>
</html>
      
      








Related examples in the same category

1.'list-style-image' Syntax and Note
2.'list-style-image' Possible Values
3.'list-style-image' is applied to