Positioning of list-style-image
I have tried so many ways, exporting the image with spaces and without, controlling the line height of the list, using background image instead of list-style-image, noting helps to get the bullet image baseline to text.... anyone have eligible idea?
And I tried this:
#navlist
{
margin-left: 0;
padding-left: 0;
margin-bottom:0;
margin-top:0;
list-style: none;
}
#navlist li
{
list-style: none;
padding-left: 25px;
margin-left: 15px;
background-image:url(image
s/bullet.g
if);
background-repeat: no-repeat;
background-position: 0px 7px;
}
But there is a huge rendering difference between IE and FireFox?!
Start Free Trial