a reference to image title?

  • Thread starter Catherine Jo Morgan
  • 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.
 
T

Thomas A. Rowe

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.
==============================================
 
S

Stefan B Rusynko

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.
|
|
 
Top