Problem: I have a large table, with say 20 columns, and 150 rows. The columns can be resized by the user (think excel). Each cell has overflow:hidden set.
- When text overflows in any given cell i want to give a hint to the user that this is happening.
Constraints:
- This must perform well on IE6. Meaning that if you do this on IE6, you wont want to kill someone while using it.