Making bullet show in IE?
-
Website: click here
I am trying to fix the CSS coding for my bulleted lists, the bullets which is a right double angle quote: ? shows up in Firefox but does not show up in Internet Explorer. What do I need to change in my coding in order for it show up in Internet Explorer?
html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; list-style: none; list-style-position: inside; padding-left: 5px; text-indent: -5px; } html>body .entry li { margin: 7px 0 8px 5px; list-style: none; list-style-position: inside; } .entry ul li:before, .side1 ul ul li:before { content: "0BB 020"; } .entry ol { padding: 0 0 0 35px; margin: 0; } .entry ol li { margin: 0; padding: 0; } .postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none; } .side1 ul, .side1 ul ol { margin: 0; padding: 0; } .side1 ul li { list-style-type: none; list-style-image: none; margin-bottom: 15px; } .side1ul p, .side1 ul select { margin: 5px 0 8px; } .side1 ul ul, .side1 ul ol { margin: 5px 0 0 10px; } .side1 ul ul ul, .side1 ul ol { margin: 0 0 0 10px; } ol li, .side1 ul ol li { list-style: decimal outside; } .side1 ul ul li, .side1 ul ol li { margin: 3px 0 0; padding: 0; }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Making bullet show in IE?’ is closed to new replies.