![]() |
javascript image effect help needed
http://www.munkgalleries.com/img/ how can i do this?
i basically want ten 50x50 thumbs on the left side then show the enlarged image on the right side when the mouse moves over the thumbnail. it should also preload an image when the page loads on the right side. |
|
Try this:
Code:
<html> |
I did this page as an example.
Change the image names in this script: Code:
<script type="text/javascript"> Here is an example of the images you want to mouseover: Code:
<img src="http://www.mikeyddddd.com/gfy/images/mikey-likes-amateurs.gif" name="amateurs" onmouseover="over('0');" onmouseout="out('0');" width="120" height="60"> Change big-mikey-pimp-450.gif to the starting image and image you wanted displayed on mouseout. Remove the onmouseout option from the image if you want the last image displayed to remain until there is a new mouseover. |
I'm just sitting around watching football, so here's one I did for teens that matches your description.
This script will preload and display images numbered sequentially: Code:
<script type="text/javascript"> Change the initial number for "i" if you don't want to start at image numbered 0. naked-teen-nude-35.jpg is the image that will display on load and on mouseout. |
you can do this with css
|
All times are GMT -7. The time now is 07:03 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123