Forum Moderators: not2easy
The best workaround for browsers not quite agreeing on bullet positioning I've found is something like:
ul li
{
list-style: none;
background: url(image.png) no-repeat center left;
}
That works most of the time and the bullet stays in place on text resizing.
[edited by: LunaC at 9:09 pm (utc) on Jan. 28, 2007]