Hi,
I'm trying to show a tooltip in IE using the title attribute.
The problem is the text is carried over to a new line not at the right positions, but arbitrary by IE.
I found I can control this by replacing spaces with in the text - title="test text..."
The problem is this is not possible using JS :
element.title = "test text...";
is not working.
Why is it not working ? How to resolve this problem ?
Thanks



Reply With Quote



Bookmarks