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><a href="">Search by Date</a></li>
<li><a href="">Enter PTO</a></li>
<li><a href="">Review Your PTO</a></li></ul>
