Img tag as bullet with UI Scroll bar

Hi

I am facing the following problem:

As Flash textField cannot render list-style-image of CSS, I am replacing <li> tags with <img> tags through code. It is working fine.

The problem is, the UIScrollbar scrolls as per lines. So when I scroll that textField, sometimes, the hyperlink line is scrolled correctly, but its corresponding image remains. I tried with and without mask, the problem still persists.:insomniac:

I mean, sometimes 2 scroll button clicks are needed to scroll one hyperlink line, one for the text, and 1 for the image.

And the textfield contains a random combination of <p> tags and <img><a> tags. So i cant fix the lineScrollsize.

Please suggest.