Great work printf, I am already using your plugin and it works great! Thanks for your contribution!
I figured how to make drops caps look the same in both firefox and explorer. I expanded the css that accompanies your plugin to this:
P.BigFirst:first-letter {
color: white;
font-size: 4em;
font-family:times;
font-weight:bold;
float:left;
padding: 6px;
margin:0 5px 0 0;
display:block;
border:2px solid #ffa729;
line-height:1em;
background-color:#ffa729;
}
Some of those attributes can be omitted e.g. color, background-color if you dont want them. I am using it this way in my blog https://www.skauss.com and it works fine in both explorer and firefox