Hi everyone,
Kind of a newbie in the web design arena and therefore my apologies if this post is a repeat of a previous one, all the ones I found to be similar didn't seem to fix my problem
I have a list surounded with a class which its purpose is to add a tick for each list item. it works find in FF but of course not in IE7
here is the code
<ul class="tick-list">
<li>A&E onsite</li>
<li>
<img src="/img/scorecards/Fair.gif" alt="Fair" title="Fair" /> blah blah
</li>
</ul>
and here is the css
ul.tick-list li {background:#fff url(/img/find-services/listings/tick-list.gif)no-repeat 0 0; padding:0 0 .6em 27px; min-height:21px;}
If anyone can help that will be great
thanks