I tried to apply a background with no-repeat set to "inline" elements, on IE9, if the text spans more than one line the image appears on all lines, did anyone face this problem yet? does anyone have a solution?
.text {background: url(../images/ibullet.png) no-repeat left top;
display: inline; /* or inline-block */
}
<span class="text">try me on multiple lines</span>