View Single Post
Old June 17th, 2005, 07:13 PM   #3 (permalink)
wimberb
Member
Verified Customer
 
Join Date: Apr 2004
Posts: 47
I did a little experimentation. It appears that maybe Firefox does not recognize "alt" text. But if I change "alt" to "title" then it works in both Firefox and IE.

For example:

This works in IE but not in Firefox.

<img src=\"" . ROOT_URL . "/images/aolim.gif\" alt=\"Click to send message via AOL IM\" border=\"0\"></a>

This works in IE and Firefox.

<img src=\"" . ROOT_URL . "/images/aolim.gif\" title=\"Click to send message via AOL IM\" border=\"0\"></a>

Do you have any idea why this would be the case? I'm mostly just curious about this.
wimberb is offline   Reply With Quote