Actually the CSS should be applied to the <ul> tag or the <ol> tag, not <li>. So for example, take the CSS you already have and wrap it around
ul.custom { your css goes here}
then create another class for the lowercase letter lists:
ul.letter { whatever css you want here}
notice also the syntax I've used for classes (based on what you provided, the syntax seems wrong).
this should do the trick



LinkBack URL
About LinkBacks





Bookmarks