I am using some JavaScript to change the title of an element. However, I realize now that firefox does not display the new title. You have to move the mouse off of the element, and then move it back, just to get it to work. Since I am working with a large element that take up lot of the screen, the user would not be likely get this very easlily.
Is there some way to force Firefox to redisplay the title?
Maybe there is a way to force Firefox to rerender the element or something like that?
Thanks, Grae
display: noneing the element and making it visible again straight away? – Pekka 웃 Dec 30 '10 at 20:37