Alt text for hover buttons

  • Thread starter Thread starter Cody F.
  • Start date Start date
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 .
 
Add the TITLE attribute, such as this:
<img src="whatever.gif" title="alternate text">
 
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
 
Back
Top