Interactive Button Tool Tip

B

Bill

Is there a way to add text to an Interactive Button that will appear or
pop-up when someone hovers it?
 
A

Andrew Murray

Yes you should be able to double click the "normal" state button and add the
"alt" text in the image properties box.
 
B

Bill

I double-clicked the Interactive Button, then the Images Tab but could not
find "image properties" anywhere. Did I miss something?
 
R

Ronx

The Interactive Button will automatically have alt text added (equal
to the button text) when the button is created. However alt text will
not show in FireFox or Netscape browsers when the button image is
showing.
In Code view, find the button and add title="some different text",
which will show in most browsers (all modern browsers) when the button
is hovered over.
Example:
<img border="0" id="img4" src="images/button29.gif" height="20"
width="100" alt="Work Arounds" title="How to get round the problems"
onmouseover="etc etc
 
A

Andrew Murray

I use interactive buttons, and the "tool tip" is automatically inserted.
But it only has the same text as on the button itself.
see http://members.iinet.net.au/~admurray/index.htm - hover over the
"contact me" button etc on the right hand side.

So, select the button on your page, go to the code view, then you'll see
the code for that button hi-lighted; scroll across through that code and
find the "alt" attribute for that image, and add in your detail tool tip
there.
 
B

Bill

Thanks to Andrew and Ronx for help. But here I go again with what I hate
about the Web! Is there a way to get around the NN, FF issue?
 
R

Ronx

What issue? The title attribute works in all modern graphical
browsers (IE4+, Netscape6+, Opera5+, Konqueror, Safari, Mozilla,
etc.); it fails in Netscape 4 (but the alt attribute will show), and
fails in some text only browsers (Lynx, for example, but again the alt
text will show).

Internet Explorer wrongly shows the alt text when the image is hovered
over: alt is Alternative - show the image OR show the alt text, but
not both.
 
B

Bill

Sorry, what I was hoping to do was to be able to show both the graphic and
the alt text in FF & NN when the image is hovered over, similar to IE.
 
C

Cheryl D Wise

You can, if you use the title attribute that Ronx mentioned. Alt text is for
accessibility and not for tool tips though IE will treat it that way if
there is not a title attribute and value. Insert a title attribute and you
will get a 'tooltip' in IE, Firefox, Mozila, Opera, Netscape, Safari and
every other versio 5+ browser I know of as well as many version 4 browsers.

--
Cheryl D. Wise
MS FrontPage MVP
http://mvp.wiserways.com
http://starttoweb.com
Online instructor led web design training in FrontPage,
Dreamweaver and more!
Next Session June 26th
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top