• Hi all, This silly FFox. In FF my sidebar lists have a >> before each entry but not in IE. Usually Im struggling to meet FF needs not other way. Read some in Codex on css lists but dont get what IE sees different.
    Some pointers to what to fix in css welcome 🙂
    http://www.im-travel.net
    Keep well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The “»” comes from the following
    .entry ul li:before, #leftsidebar ul ul li:before, #rightsidebar ul ul li:before {
    content: "0BB 020"; <--- THIS PART
    }

    Firefox recognizes that part and render it as you see it; while IE does not render that part as expected because it does not support that particular property.

    Thread Starter Murry

    (@murry)

    Ahhhh – thank you – this came with the theme – looks like back to dots 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List formating between FF and IE’ is closed to new replies.