<a href="..." title="force this not to wrap?"
I am using the title property of the anchor tag to display text when a user hovers their mouse over a link.
Is there anyway to control this popup using style sheets or some other method?
Is it possible to force the text not to wrap? Or set the width of this popup?
VB Code:
<a href="www.google.com/" title="I do not want this text to wrap. I do not want this text to wrap. I do not want this text to wrap. I do not want this text to wrap.
I don't want this text to wrap. I don't want this text to wrap. I don't want this text to wrap. I don't want this text to wrap.
The same goes for this line of text. The same goes for this line of text. The same goes for this line of text. The same goes for this line of text.">link</a>
If I have a line that contains no spaces this popup does not wrap, but I would like to not have to do this (see below)
VB Code:
<a href="www.google.com/" title="--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I do not want this text to wrap. I do not want this text to wrap. I do not want this text to wrap. I do not want this text to wrap.
I don't want this text to wrap. I don't want this text to wrap. I don't want this text to wrap. I don't want this text to wrap.
The same goes for this line of text. The same goes for this line of text. The same goes for this line of text. The same goes for this line of text.">link</a>
Thanks,
AndyL
Re: <a href="..." title="force this not to wrap?"
Re: <a href="..." title="force this not to wrap?"
Why in heaven's name would you want that? Long tooltips are horribly annoying.
Re: <a href="..." title="force this not to wrap?"
vbbit, thanks. I have found several custom tooltips, that link does look pretty neat, but I think I am going to end up trimming the text and adding “ … ” at the end of the longer items.