Re: Correction
From James. on 6 Feb '99
replying to Correction posted by Jim
-
Hey Jim,
Neat trick. The only problem is that without variables you can't
cache images. It stalls the second (or third, or fourth) image.
I will use it with CSS.
Thanks.
ps: The chicks really dig it. :)
><A HREF="page.html"
>onmouseover="document.something.src='lit_up.gif'"
>onmouseout="document.something.src='normal.gif'">
><IMG NAME="something" SRC="normal.gif" border=0></A>
>
>This will work - no need for any Javascript calls in the <HEAD>
>or anything like that.
>
>I still don't see the point in it...
|