i am using <a> tag default title attribute for display tool tip for links.
but my issue is how to restrict the width of tool tip. This title tag goes out of the window when hove the link.
sample code i provide for this issue http://jsfiddle.net/cj74C/
As far as as I know there is no standard way to do this. You cannot format the alt/title popup from the browser.
Google says for IE you can put this:
as a carriage return in the text.
If you want flexibility – you probably have to drop the browser standard behavior and utilize jQuery plugins like
http://onehackoranother.com/projects/jquery/tipsy/