Quote:
Originally Posted by ckirchho
Hello,
if I for example realize special list bullets by attaching a non-repeating background image to each list item of a list, then I have a display problem in ADE and Sony Reader.
|
Why not just use the list-style-image property? E.g., put this in your CSS style sheet:
Code:
ul
{
list-style-image:url("mybullet.gif");
}
More info
here.
I haven't checked how that looks in ADE or Sony Reader, but it seems like more "proper" CSS than using a non-repeating background image.