Disjointed Rollover

J

JonR

Hi

I'm trying to create a page whereby "ImageA" changes "ImageB" (but not back
again). I can change "ImageA" to "ImageA2" by using the tools in FrontPage.

Basically, I've got a row of ten thumbnails in a table, which when rolled
over, I would like the full image to appear in another cell within the table
above it - leaving the thumbnails visible.

I've been playing about with some suggestions I found on the web, but so far
can't seem to get it to change.

Your help would be greatfully appreciated.
 
R

Ronx

Take a look at http://www.rxs-enterprises.org/tests/rollover.htm, but
leave out the onmouseout and onmousedown events.
You will need a default large image (to start when the page opens), and
all the large images must be exactly the same width and height - they
will be displayed with the width and height settings for the default
image.
 
J

JonR

Ron

I can't believe it was that straightforward! The sites I was looking at were
getting me to hack into the javascript code! One even said it couldn't be
done in FrontPage.

Thanks very much indeed for your help. Brilliant!

Jon
 
Top