ZVON > References > CSS2 Reference

Go to Standard
Property: list-style
Inherited: yes
Value: [ <list-style-type> || <list-style-position> || <list-style-image> ] | inherit
Initial: not defined for shorthand properties
Applies to: elements with 'display: list-item'
Media: visual
Percentages: N/A

Examples:



     <AAA>
          <XXX>
               <html:ul>
                    <html:li>About Gimp</html:li>
                    <html:li>Intro to Gimp</html:li>
               </html:ul>
          </XXX>
     </AAA>
View
XXX li {list-style: circle outside url('../Pictures/gnome-gimp.png');
margin-left: 30px}



     <AAA>
          <XXX>
               <html:ul>
                    <html:li>About Gimp</html:li>
                    <html:li>Intro to Gimp</html:li>
               </html:ul>
          </XXX>
     </AAA>
View
XXX li {list-style: circle outside url('../Pictures/not_available.gif');
margin-left: 30px}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet