Stopping sliding image

J

John B

Morning from London

I have built my first web site (with much help from you guys..thanks for that) with is now temporarily published at www.jbadman.com as a draft version

Some comments from friends and collegues regard the 'blending slide show' (courtesy of Dynamic Drive) shown on numerous project pages, under 'Project' section. What I would really like to do is have the image stop fading thorugh the sequence when the mouse hovers over it....is this possible? If so, what code to add or delete would be of great help to me

Thank you in advance

John
 
C

Cowboy \(Gregory A. Beamer\)

Stopping the slide may be more involved than you want, as you will have to
hack a good deal of the JavaScript. But, there is a potential solution in
adding a layer with a clear picture and creating it so hovering will change
that image to one of the images in your script. The only piece I do not know
how to do right now is determine which picture is currently showing in the
slide show, but I am fairly sure you can query the IMG tag by ID and
determine which image is being displayed.

Using the change image (?) behavior you can set up the initial "rollover"
change on the clear image. You then hack the behavior slightly to query the
IMG tag and replace with that image. A lot less involved than hacking an
animation script.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
John B said:
Morning from London,

I have built my first web site (with much help from you guys..thanks for
that) with is now temporarily published at www.jbadman.com as a draft
version.
Some comments from friends and collegues regard the 'blending slide show'
(courtesy of Dynamic Drive) shown on numerous project pages, under 'Project'
section. What I would really like to do is have the image stop fading
thorugh the sequence when the mouse hovers over it....is this possible? If
so, what code to add or delete would be of great help to me.
 
Top