Jump to content


- - - - -

CSS Lists


  • You cannot reply to this topic
No replies to this topic

#1 Joe

    Root Administrator

  • EC-Owner
  • PipPipPipPipPipPipPipPip
  • 393 posts

Posted 14 January 2008 - 07:10 PM

Lists



You see list on browsers all the time. Ordered list, unordered list, colored list, and all sorta of attributes of list. "list-style" is the shorthand value for lists and describes list-style-type, list-style-image, and list-style-position. Example:
 ol {list-style: url(http://yourdomain.com/image.jpg); inside; disk;}


Normally the longhand code would look like this:
ol {list-style-position: inside;

list-style-image: url(http://yourdomain.com/image.jpg);

list-style-type: disk; }






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users