Alt text for hover buttons

C

Cody F.

I was wondering how to add alternate text to hover buttons in Frontpage 2003.
I'm doing a project for a web design class and the imaginary "client" demands
alternate text with the hover buttons. Unfortunately the teacher is an
accountant, not a FP expert and she couldn't help me so I'm hoping someone
here can .
 
P

Paul S Wolf

Add the TITLE attribute, such as this:
<img src="whatever.gif" title="alternate text">
 
M

Mike Mueller

Are they 'real' hover buttons? That would not be recommended as most
computers cannot view them without a plug-in (Java dependant, has not
shipped w/Windows since 2002)

As the other poster stated, you can use the 'title' attribute on most html
elements to create a moseover text
 

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