|
-
Jan 16th, 2006, 09:11 AM
#1
Thread Starter
Lively Member
<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
-
Jan 17th, 2006, 09:32 PM
#2
Frenzied Member
Re: <a href="..." title="force this not to wrap?"
-
Jan 18th, 2006, 09:20 AM
#3
Re: <a href="..." title="force this not to wrap?"
Why in heaven's name would you want that? Long tooltips are horribly annoying.
-
Jan 18th, 2006, 01:15 PM
#4
Thread Starter
Lively Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|