Re: orange/yellow symbols on blog posts only in IE
haha. Sorry. I love your ‘What are these?’ giant red arrows. Those are ‘tag’ icons. If the post has tags associated with it that appears.
/themes/bphome/images/tag_icon.gif
Look in the css directory in the home theme. base.css file:
.post span.tags {
background: url(../images/tag_icon.gif) center left no-repeat;
padding-left: 1.6em;
float: left;
}
lol. Thank you for providing the exact info, with fancy diagrams, that was needed to answer your question. If they are showing up without any tags actually associated with each post then I’d say it’s a bug in the IE css. Or a bug in IE that prevents it from operating like every other browser on the planet. I think we politely call them ‘quirks’.