View Full Version : Image link...


iGeek
11-17-2004, 02:21 AM
I have an image that changes into another image when you mouse over it. BUT, when I make it a link this blue line comes around it and when you click it, it changes to green. I tryed using CSS to stop it, but no cigar. So, I used this:

<img src="blahblah.blah" name="blah" onClick="window.location='blah.html';" the rest of code>

But for some reason the "onClick" attribute isn't working. (Is it even an attribute?) Is something wrong with my code? Any help THANKS!

raeanne
11-17-2004, 07:41 AM
<img src="blahblah.blah" name="blah" onClick="window.location='blah.htm l';" the rest of code border="0">

iGeek
11-19-2004, 12:31 AM
that takes care of the line thing, but how come the "onClick" attribute isn't workin?