• I’ve modified the default theme to create my own… with some pretty minimal CSS changes. I’ve noticed however, that with ordered lists in the sidebar, they are numbered and correctly formatted in Firefox, but in IE, the lists have no numbers, and type is bold.

    Might someone be able to crack my source open and give me some pointers?

    I’ve tried adding some more specific override CSS, such as:

    #sidebar ul li ol {
    list-style-type: decimal;
    }

    … but that didn’t help. I could get it to display font size and weight correctly, but not lists.

    My site is http://www.muzicman82.net. Thanks!

Viewing 1 replies (of 1 total)
  • you’re using an css ‘id’ try switching to classes or element definitions instead, then check the nesting of all related definitions starting with body to make sure there are no conflicts. a tool like TopStyle Pro has a css validator which can give you errors/warnings specific to each browser, this is a big help in tracking this type issue.

Viewing 1 replies (of 1 total)
  • The topic ‘A little CSS help please? [ordered lists in sidebar]’ is closed to new replies.