I’m trying to create a very simple list using a graphic instead of the bullet. Looks fine in IE but firefox is creating a space between the ‘dot.gif’ and the beginning of the text. Any ideas?
<ul style=“list-style: square inside url(’/images/dot.gif’); margin-top: 0px; margin-left: 0px; padding-left: 0px;”>
<li>Search by Date</li>
<li>Enter PTO</li>
<li>Review Your PTO</li></ul>