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!
<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!