WinVista/WinXP IE7/FF2.0.0.8/NN9
Help, I'm new to web coding and more familiar with IE than anything else. In my webpage, I have the code:
[code=html]
<img src="../images/myPic.jpg" alt="My Picture" onclick="../scripts/myScript.js" />
[/code]
This code seems to work perfectly in IE7 and FF2.0.0.8, but NN9 just sits there looking, well, stupid. Only the src attrib seems to work, but no alt message on hover and no script on click.
What am I doing wrong that does not take into account NN's "special" needs? Is this actually due to my NN browser settings and not the code? I'm sure I'll be the one sitting here looking stupid when I hear the answer. =D
Thanks!
Help, I'm new to web coding and more familiar with IE than anything else. In my webpage, I have the code:
[code=html]
<img src="../images/myPic.jpg" alt="My Picture" onclick="../scripts/myScript.js" />
[/code]
This code seems to work perfectly in IE7 and FF2.0.0.8, but NN9 just sits there looking, well, stupid. Only the src attrib seems to work, but no alt message on hover and no script on click.
What am I doing wrong that does not take into account NN's "special" needs? Is this actually due to my NN browser settings and not the code? I'm sure I'll be the one sitting here looking stupid when I hear the answer. =D
Thanks!
Comment