Home › Forums › CSS › Bullet alignment in unordered list (IE7) › Re: Bullet alignment in unordered list (IE7)
November 18, 2009 at 8:40 pm
#66785
Member
I would try to apply list style type to the li instead of the ul and see if that may solve your problems. Worse case scenario I would look into using an image for your li’s with background positioning. This seems to work pretty well cross browser / platform for me.