a reference to image title?

  • Thread starter Thread starter Catherine Jo Morgan
  • Start date Start date
C

Catherine Jo Morgan

I thought I read a post here recently about mouseovers in Netscape not
reading alt text - and someone said that it was the titles that would be
read. Image titles = ? The file name? I can't find anything in Picture
Properties that corresponds to an actual title. TIA.
 
In NS6 and up, the ALT text is only displayed if the image is missing or
user has image display turned off.

You must add a Title tag to your image, for text to be display when the
image is moused over.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
You will need to add it in Html / code view as a title attribute
<img src=picture.jpg" alt="My Picture" title="My Picture" border="0" width="xx" height="yy" align="middle">

--




| I thought I read a post here recently about mouseovers in Netscape not
| reading alt text - and someone said that it was the titles that would be
| read. Image titles = ? The file name? I can't find anything in Picture
| Properties that corresponds to an actual title. TIA.
|
|
 

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

Back
Top