Hi, When I display a truncated piece of text, IE6 adds the last two letter again on the next row. Have you had this this problem, and how you dealt with it? Thx!
This is the so-called "ie6 ghost text bug" or "ie6 duplicate characters bug", or whatever. Usually you can solve this by adding style display:inline;. Try search this bug for more information. You will find some useful articles, that'll save a lot of your time when next time you have some relative troubles.