Opera has unacceptable rendering of image-bullet positioning of list items. Look at demo page with Opera and different browser.
Style:
/* body {line-height:150%;} */
ul {list-style: none outside url('img/bullet-lilac.gif');
HTML Sample:
<ul>
<li><a href="">Ut enim ad minim veniam</a></li>
<li>Sample item</li>
</ul>
Bullets in Opera
are indented to top of the line. That's too bad. Is there any solutions of some kind of hacks?
Not interested in background-image
tricks.
Screenshot. Opera
on background, Chrome
on foreground