Contact Us

|

FriendFeed FriendFeed

|

follow us on twitter Twitter

|

 Rss Feed

|

Favorites Add to Favorites

Monday, June 11, 2007

CSS List Style Type

CSS allows you to select from a wide variety of different list item shapes.

* Unordered list styles: square, circle, disc(default), and none
* Ordered list styles: upper-alpha, lower-alpha, upper-roman, lower-roman, decimal(default), and none

Example:
ol { list-style-type: upper-roman; }
ul { list-style-type: circle; }

1 Comments:

Blogger Cali-delights said...

I like your blog. I miss CSS :( That was my main focus in my last job. I changed jobs and I am now doing more programming. I have to figure out if this is what I want to do or go back to CSS. Anyway, your blog is very informative :)

November 26, 2007 at 8:08:00 AM PST  

Post a Comment

Subscribe to Post Comments [Atom]

<< Home