i have list like that:
<ul>
 <li><a...>...</a></li>
 <li>...</li>
</ul>
where both type of listelements are there multiple times in arbitrary order. Is there a way to format those li's differently? (different list-style-image) The only difference is that the one kind contains a link and the other one doesnt.