HTML and JavaScript <img> tag help?

MTD

New member
I need a way to make an image into a link WITHOUT using the <a> tag.
The reason for this is a bit hard to explain, but basically, I can't use the <a> tag because I already have a CSS style that would mess up the image if I used it.

I am open to using pretty much any language, but preferably HTML or JavaScript.

Thanks!
The image also needs to act like a hyperlink on mouseover, so just using a JavaScript onclick event won't cut it.

(I mean the mouse needs to act like it's hovering over a link)
 
Back
Top