04-03-2008, 03:36 PM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
I wouldn't recommend using a custom image for an LI. Rather, set the background of the LI to your custom image, and set list-style-type to none. Like so:
css Code:
list-style-image: none; background: transparent url('images/bullet.jpg') center left;
This way it'll be all the same in all the browsers. Well, this way at least you stand a little more chance!
Incidentally, welcome to the community. It's good to have you here  .
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|