Computing.Net > Forums > Web Development > HTML link titles time out

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HTML link titles time out

Reply to Message Icon

Name: RTAdams89
Date: October 30, 2008 at 23:53:16 Pacific
OS: na
CPU/Ram: na
Product: na
Comment:

I use the title="" attribute in my "a href" tags to provide a mouse over description of links.

The descriptions show when moused over, but disappear after about 3 seconds. Is this a client side configuration, or can I program my page to have the popup remain as long as the mouse pointer is over the link?

-Ryan Adams
Free Computer Tips and more:http://RyanTAdams.com

Paid Tech Support: Black Diamond



Sponsored Link
Ads by Google

Response Number 1
Name: tlserver
Date: October 31, 2008 at 09:54:53 Pacific
Reply:

Have you tried using alt="" ?

If that doesnt work, I'm pretty sure it's a client side setting where the browser controls the duration.

Another way of doing this would be to popup a floating DIV using javascript when the mouse is over the link or object you want to display info on.

Something similar can be found here:
http://webscripts.softpedia.com/scr...


0

Response Number 2
Name: RTAdams89
Date: October 31, 2008 at 10:24:06 Pacific
Reply:

The alt="" attribute is only used for images.

Due to the complexity of the page, JavaScript and/or CSS is no possible.

Any other ideas for allowing the tooltip to remain indefinitely?

-Ryan Adams
Free Computer Tips and more:http://RyanTAdams.com

Paid Tech Support: Black Diamond


0

Response Number 3
Name: Michael J (by mjdamato)
Date: October 31, 2008 at 18:32:03 Pacific
Reply:

The tooltip is controlled by the browser - there's no method to alter it's behavior from browser to browser.

If the page is so complex why would a JS/CSS solution be out of the question? The only time a JS solution would be out of the question would be for pages that are NOT complex which are meant to work with non JS enabled browsers.

Michael J


0

Response Number 4
Name: RTAdams89
Date: October 31, 2008 at 18:56:00 Pacific
Reply:

I'm trying to get popup message previews working on phpBB v3 message board. I should have said that implementing a JavaScript or CSS solution was to complex for me.

IF you are curious, I am currently using this mod to provide mouse over previews: http://www.phpbb.com/mods/db/index....

I've managed to get some CSS to work, but my limited CSS ability results in the CSS "tool tip" getting stuck in the row which contains the message title. I've been unable to get it to overlay everything on the page as the title="" tooltips do.

-Ryan Adams
Free Computer Tips and more:http://RyanTAdams.com

Paid Tech Support: Black Diamond


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: HTML link titles time out

Timed Out www.computing.net/answers/webdevel/timed-out/757.html

Generating HTML Links from Folder C www.computing.net/answers/webdevel/generating-html-links-from-folder-c/3641.html

Forms in HTML without mailto: www.computing.net/answers/webdevel/forms-in-html-without-mailto/518.html