mouseover pics

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just noticed a site where the thumbnails of several pics each converted to
a large size picture on mouseover, beside the thumbnail. Move the mouse away,
large pic disappears. The effect is instantaneous. Can this be achieved in
FP2003?

As always, thanks a bundle.
 
Yes can do in FP with Behaviours.


| Try http://javascript.internet.com for a script. Search "mouseover
| picture", "rollover" or "image swap" (or variation of those keywords).
|
| Actually I think you can do it in FP2003, under the 'behaviours' options
| Not sure how though.
|
|
|
| | >I just noticed a site where the thumbnails of several pics each converted
| >to
| > a large size picture on mouseover, beside the thumbnail. Move the mouse
| > away,
| > large pic disappears. The effect is instantaneous. Can this be achieved
| > in
| > FP2003?
| >
| > As always, thanks a bundle.
|
|
 
That's right....but to rollover one image to make another swap, you have to
change the 'reference' or something of the other image (in the code) rather
than just having an image swap as in the generic button/rollover/swap kind
of thing.

ie on mouseover image1 (a thumbnail pic) swap another image (image2) to be a
large version of image1, rather than on mouseover image1 swap it to image 2.
 
I haven't tried doing that yet.



| That's right....but to rollover one image to make another swap, you have
to
| change the 'reference' or something of the other image (in the code)
rather
| than just having an image swap as in the generic button/rollover/swap kind
| of thing.
|
| ie on mouseover image1 (a thumbnail pic) swap another image (image2) to be
a
| large version of image1, rather than on mouseover image1 swap it to image
2.
|
| | > Yes can do in FP with Behaviours.
| >
| >
| > | > | Try http://javascript.internet.com for a script. Search "mouseover
| > | picture", "rollover" or "image swap" (or variation of those keywords).
| > |
| > | Actually I think you can do it in FP2003, under the 'behaviours'
options
| > | Not sure how though.
| > |
| > |
| > |
| > | | > | >I just noticed a site where the thumbnails of several pics each
| > converted
| > | >to
| > | > a large size picture on mouseover, beside the thumbnail. Move the
| > mouse
| > | > away,
| > | > large pic disappears. The effect is instantaneous. Can this be
| > achieved
| > | > in
| > | > FP2003?
| > | >
| > | > As always, thanks a bundle.
| > |
| > |
| >
| >
|
|
 
Back
Top