more on portfolio









August 2008
M T W T F S S
« May «-»  
 123
45678910
11121314151617
18192021222324
25262728293031






 


Display Roman Numbers in CSS

Log entry of May 5th 2008 05:09:36 am
Filed under: CSS/HTML, Snippets
« Convert to Roman numbers in PHP
Instant delete a message in GMail »

Yesterday was in PHP, but I figured, what happen if you need a simple solution for displaying roman numbers? Well… you can use CSS instead.

  • this is
  • an example
  • of using
  • upper-roman
  • in css.
  • …and this is
  • an example
  • of using
  • lower-roman.

For Upper Roman Numbers:

list-style-type: upper-roman


For Lower Roman Numbers:

list-style-type: lower-roman






Leave a Reply