Forum Moderators: open
Ok, we have a form in a php page which uses three images to transfer to other pages, taking various parameters along the way. In IE, these form elements, which are buttons, have alt tags that are exactly the same as the title of the button (Edit Order,for instance). However, the alt tag isn't displaying in Netscape, instead it is displaying the name attribute. Here's the code:
<input type="image" name="sub2" src="images/editorder.gif" width="90" height="23" alt="Edit order" border="0" />
IE displays "Edit Order"
Netscape (gawd bless) displays "sub2"
Our programmer can change the name of the buttons, but this has a knock on effect and I was wondering if anybody knows of a quick fix to this problem (perhaps an alternative alt type tag?)
Any help much appreciated.
Opera and IE will show a title attribute as the tool-tip if you declare one.
Can't test my Netscape 6 right now - it got in a fight with Mozilla and they both blew up!