Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
RE: using html to 'mouseover' images
quote: Originally posted by Ezra
Yeah, you need the name or else the piece of Javascript won't know what to change
you could do this:
code: <img src="blah.gif" onmouseover="this.src='blah.jpg';">
|
|