Textfield with css a:hover formatting problem

Hi,

I’m having a problem with textfield formatting with css.

Everything is fine when the text shows up. However when the user rolls over a html link the texts moves slightly causing some words to be rendered over each other.

There doesn’t seem to be a problem when using NORMAL text rendering. Only ADVANCED causes problems. The readability of NORMAL anti aliasing is so poor that it would be quite important to be able to use ADVANCED.

TextField properties:

  • htmlText
  • tested with kerning on and off
  • antialiasing advanced
  • dynamic
  • a:hover causes the link color to change

Is this a common problem or am I just doing it wrong?
Thanks.

Try (if you havn’t already) rounding the position of the textfields.

Hi,

Thank you for your input. I checked all the coordinates of the containing Sprites and Textfields and all had their coordinates were set with integers. I also tried changing the values in the css and set GridFitType to PIXEL. It didn’t work either.

The input field of this forum seems to work only with ie?