R
Ronx
Alt text means alternative text - it only displays when the image is not
available for any reason.
IE can be set up to display alt text regardless of the image status,
FireFox defaults to follow the "rules".
I think IE7 also follows the rules by default and only displays alt text
when there is no image.
Set title text and this will be displayed by all browsers (except
Netscape 4 and earlier)
Example
<img src="mallard.jpg" alt="Picture of a train" title="Mallard at speed"
height="50" width="150" />
available for any reason.
IE can be set up to display alt text regardless of the image status,
FireFox defaults to follow the "rules".
I think IE7 also follows the rules by default and only displays alt text
when there is no image.
Set title text and this will be displayed by all browsers (except
Netscape 4 and earlier)
Example
<img src="mallard.jpg" alt="Picture of a train" title="Mallard at speed"
height="50" width="150" />