list-style
Name: list-style
Description: Specifies the list properties. Used as a type of shortcut, instead of listing each property separately.
Browser Compatibility: IE 4+ / NN 4+ / O 3.5+
Inherited: Yes
Values:
- inherit
- [list-style-image]
- [list-style-position]
- [list-style-type]
Code Example:
ul {list-style: disc;}
ul {square outside url(img/bullet.gif);}
ul {square outside url(img/bullet.gif);}