Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Mouseover woes


  • From: javascript@xxxxxxxxxx (Allen Wayne)
  • Subject: [Javascript] Mouseover woes
  • Date: Wed, 31 Jul 2002 13:21:33 +0100

Hi All,

heres a good one that has be slightly stumped. can I do a mouse over without
absolutly referencing the image???

eg 

<td class='box'><a href='test.asp'><img src='../images/bar.gif'></a></td>"

this is all I have I want to to the equivivent of 
<td class='box'><a href='test.asp'><img src='../images/bar.gif'
onmouseover='document.this.image.src=../images/test.gif'; return
true;'></a></td>"


ideas pointers???


Wayne