|
Posted by Rik on 07/13/06 10:45
Andrew wrote:
> Hi,
>
> I am slowly putting a single page together on the Ancient Greek
> language:
> http://people.aapt.net.au/~adjlstrong/ancient_greek.html
>
> and thought it would be nice to style an ordered list with Greek
> letters:
>
> ol { list-style-type: lower-greek;}
>
> This works well in Firefox but is ignored by IE6. I tryed styling the
> list items instead:
>
> ol li { list-style-type: lower-greek;}
>
According to quirksmode, browsersupport for list-style-types:
decimal (Moz, IE Win, Op, IE Mac, Saf, iCab)
decimal-leading-zero (Moz, Op, iCab)
lower-roman (Moz, IE Win, Op, IE Mac, Saf, iCab)
upper-roman (Moz, IE Win, Op, IE Mac, Saf, iCab)
lower-latin (Moz, Op, Saf, iCab)
upper-latin (Moz, Op, Saf, iCab)
lower-greek (Moz, Op, Saf, iCab)<-------------- No MSIE
lower-alpha (Moz, IE Win, Op, IE Mac, Saf, iCab)
upper-alpha (Moz, IE Win, Op, IE Mac, Saf, iCab)
Unfortunately.
Cross-browser options seem to be: none, decimal, lower-roman, upper-roma,
lower-alpha, upper-alpha.
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|