ZVON > References > CSS2 Reference

Go to Standard
Property: list-style-position
Inherited: yes
Value: inside | outside | inherit
Initial: outside
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-image: url('../Pictures/gnome-gimp.png');
border: red solid thin;
list-style-position:inside}



     <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-image: url('../Pictures/gnome-gimp.png');
border: red solid thin;
list-style-position:outside}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet