I'm confused as why I can't get a status bar message to appear when I put my mouse over an image instaed of text.
my code looks like this:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body bgcolor="#FFFFFF" >
<a href="files.htm" onMouseOut="window.status='';" onMouseOver="window.status='it actually works now';" >
<img border="0" src="images/files_off_button.gif" width="125" height="38"></a>
</body>
</html>
---
I understand this works on link text but why not on a linked image? Grateful for any help, Thanks.
[sig][/sig]
my code looks like this:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body bgcolor="#FFFFFF" >
<a href="files.htm" onMouseOut="window.status='';" onMouseOver="window.status='it actually works now';" >
<img border="0" src="images/files_off_button.gif" width="125" height="38"></a>
</body>
</html>
---
I understand this works on link text but why not on a linked image? Grateful for any help, Thanks.
[sig][/sig]