photoxprt1868
Programmer
Hello,
I've got some bullets and I've modified the left margin in the style sheet. It looks fine in IE but Firefox ignores that left margin, and it messes everything up.
Here's some code:
Is there anything I can do to make it work with both browsers?
Thank you
I've got some bullets and I've modified the left margin in the style sheet. It looks fine in IE but Firefox ignores that left margin, and it messes everything up.
Here's some code:
Code:
#topFlashBucket li{
list-style-image:url(../images/arrowNoBG.gif);
padding-left:5px;
}
#topFlashBucket ul{
margin-left:10px;
margin-bottom:2px;
}
Is there anything I can do to make it work with both browsers?
Thank you