Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
How do I extend the visible time of Alt Text?
Old 05-19-2006, 01:35 PM How do I extend the visible time of Alt Text?
Experienced Talker

Posts: 42
Trades: 0
I am working in Dreamweaver 8.

I have Alt Text that appears on mouse-over.

The text that appears stays visible for about 5 seconds and then disappears (which I believe is standard).

I need to know how to extend the time that the Alt text is visible.

Can anyone help?

Thanks,
Charles
CSUjr is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-19-2006, 01:43 PM Re: How do I extend the visible time of Alt Text?
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
I don't believe you can, it a browser generated object.

You could try finding a javascript example that will generate a floating container next to the cursor on a mouseover, and I've seen some javascripts that can make it look identical to IE alt titles.

You'll have to search to find one you like, but here is a location I know of: www.hotscripts.com
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is online now
Reply With Quote
View Public Profile
 
Old 05-19-2006, 06:32 PM Re: How do I extend the visible time of Alt Text?
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
I have to agree. The alt attribute display is controlled by the browser. In fact the default for Firefox is not to show it at all. I think you'll need some javascript to code that functionality yourself just as mgraphic said.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-19-2006, 11:54 PM Re: How do I extend the visible time of Alt Text?
AMysticWeb's Avatar
Experienced Talker

Posts: 38
Trades: 0
I don't believe this is possible.

However if it is something important, you might want to use a hyperlink to display the content is a tiny window. The Alt might say "Click for more info".

Call me crazy but that is what I would do.

As Van Gogh mentions, Alt won't appear in FF nor in NS, so you might want to add a duplicate Title tag so the tip will display in these browsers.
__________________
Stop by for FrontPage form tutorials
and form script examples. Mike

Please login or register to view this content. Registration is FREE

Last edited by AMysticWeb; 05-19-2006 at 11:57 PM..
AMysticWeb is offline
Reply With Quote
View Public Profile
 
Old 05-20-2006, 12:08 AM Re: How do I extend the visible time of Alt Text?
Ultra Talker

Posts: 256
Location: Auckland, New Zealand
Trades: 0
People need to make sure they use the correct term for tags/elements and attributes, since there's an attribute and an element that have the same name, but don't have the same effects.

I feel you're using the alt attribute incorrectly and not for what it's meant to be used for, so I suggest using either javascript or CSS to do this, which both are capable of doing. There's so many names this goes under, I've known them to be called tooltips, which might help when searching for ways to do this.

Cheers,

MC
__________________
#------------------------------signature---------------------------------------------------------------------------------#
Quote:
I am well recognised for what I don't do than what I do. Chores are just one of those things.
mastercomputers is offline
Reply With Quote
View Public Profile Visit mastercomputers's homepage!
 
Old 05-21-2006, 05:07 PM Re: How do I extend the visible time of Alt Text?
moondog's Avatar
Ultra Talker

Posts: 256
Location: Croatia
Trades: 0
I also think that It's inside browser, but....
Why don't You try with some kind of tooltip?

google DHTML tooltip or javascript tooltip and You would surely find solution

Last edited by moondog; 05-21-2006 at 05:21 PM..
moondog is offline
Reply With Quote
View Public Profile
 
Old 05-23-2006, 10:43 AM Re: How do I extend the visible time of Alt Text?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You'll find this tutorial helpful for making pure CSS popups - otherwise known as 'tooltips': http://www.meyerweb.com/eric/css/edge/popups/demo.html

The Alt attribute is not meant to be a tooltip and should not be used as such. As noted, IE displays the alt text by default, other browsers do not. Alt text should describe the image so that if someone has images turned off, or is using a screen reader, they will know what that image represents. If the image is just fluff, then leave the alt atribute blank : alt="".
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 05-23-2006 at 10:45 AM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-29-2006, 08:05 AM Re: How do I extend the visible time of Alt Text?
Experienced Talker

Posts: 46
Trades: 0
Just out of curiousity, what are you trying to achive with it? There may be a better way altogether.
__________________
blake

Please login or register to view this content. Registration is FREE
blake is offline
Reply With Quote
View Public Profile Visit blake's homepage!
 
Old 05-29-2006, 08:59 AM Re: How do I extend the visible time of Alt Text?
Experienced Talker

Posts: 42
Trades: 0
A mouse over, something like that is done here;
http://www.istockphoto.com/file_sear...&userID=863040
CSUjr is offline
Reply With Quote
View Public Profile
 
Old 05-29-2006, 09:11 AM Re: How do I extend the visible time of Alt Text?
Experienced Talker

Posts: 46
Trades: 0
That's no alt or title tag. It is javascript. Here is what they used:

http://www.javascriptkit.com/script/...agetrail.shtml
__________________
blake

Please login or register to view this content. Registration is FREE
blake is offline
Reply With Quote
View Public Profile Visit blake's homepage!
 
Old 05-29-2006, 04:15 PM Re: How do I extend the visible time of Alt Text?
Experienced Talker

Posts: 42
Trades: 0
Thank you for your reply.

The page that you referred shows code to have a Gif in place of a cursor that just follows the mouse around.

I need to have code that will show an image/text when the mouse rolls over a
"Hotspot", or even when the Hotspot is clicked.

Thanks again,
Charles
CSUjr is offline
Reply With Quote
View Public Profile
 
Old 05-29-2006, 04:20 PM Re: How do I extend the visible time of Alt Text?
Experienced Talker

Posts: 46
Trades: 0
You would have to implement one for each. That's pretty easy if your info is pulling from a database, but quite a pain if you have to hard code it.
__________________
blake

Please login or register to view this content. Registration is FREE
blake is offline
Reply With Quote
View Public Profile Visit blake's homepage!
 
Old 05-29-2006, 06:34 PM Re: How do I extend the visible time of Alt Text?
Experienced Talker

Posts: 42
Trades: 0
Yes, since I am very new to writing code I am finding it very difficult to achieve.

I am developing a web site named; Journey Into Heaven

This is a Not-For-Profit domain so I am trying to limit expenditures.

That is one of the main reasons that I joined this Forum.

I was hoping that I could get some folks here to help me write some code.

While some of the folks here are very nice, well meaning and quite expert in these matters, I am not getting very much significant help at all.

Although I try to be as specific as I can, I am finding that my requests are mostly being deflected with conflicting questions, referrals to complicated & confusing examples and/or tutorials.

One example of this is here;
http://www.webmaster-talk.com/asp-fo...ding-form.html

I am very exasperated at this point, so much so that I am now considering hiring a professional to do the coding that I need to have for my domain.

With this in mind, can anyone help me by writing the code that I need, and if not, can anyone here refer me to someone that I can hire to do it?


All significant help will be very much appreciated.


Charles
CSUjr is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How do I extend the visible time of Alt Text?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.36752 seconds with 12 queries