Preserved Topic: A mouseover that loads an image at a different place |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: belgium |
posted 11-04-2003 03:18
If you google for javascripts on google you'll find a lot of them. But I can't seem to find a javascript that when you mouseover on it, loads an image at another place of your page. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 11-04-2003 07:03
There's vitually no difference in code from changing the image you are rolling over and changing a different one. |
Paranoid (IV) Inmate From: out there |
posted 11-04-2003 07:18
is this what you mean? |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 11-04-2003 18:18
being a jet geek, I'd like to point out that the first pic is an F-117 and not a B-2... |
Paranoid (IV) Inmate From: Den Haag, Netherlands |
posted 11-04-2003 18:36
Load them into absolutely positioned, named divs. Position them one above the other and then just switch the visibility of the divs from hidden to visible with the onMouseover. That way, there's no loading delay 'coz they're all pre-loaded ... |