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
I would recommend using something like a jQuery tooltip to accomplish this, see here: http://docs.jquery.com/Plugins/tooltip