Fri, 2004-01-23 13:54
try
www.telfordsteamrailway.co.uk/newcss/index.shtml
In IE6 and NS7 when mouse is over an <a> tag ALT text is displayed
In IE6 when mouse is over <img> tag TITLE is displayed - but in NS7 nothing is displayed - how to work around this as I would like the text to be displayed in NS7.
Fri, 2004-01-23 21:41
#1
Hover with <a> and <img>
Hi allan,
Alt text is only supposed to show up when the image can't display.
If you give the image a title as well as alt the title should display for both IE6 and Netscape 7.
Hope that helps.
Sat, 2004-01-24 11:09
#2
IMG and TITLE
Thanks - but thats exactly what I did
visit
http://www.telfordsteamrailway.co.uk/newcss/
The main image has a TITLE tag - it displays in IE6 but not NS7
Sat, 2004-01-24 14:35
#3
Hover with <a> and <img>
It looks like you put "titles" in all of your '<a>'s, but not in your '<img>'s.
Put them in the '<img>' lines also.