Rhipf <Rhipf (AT) NOSPAM (DOT) Bigfoot.com> wrote in
news:MPG.1bc72d2f9775f99d989689 (AT) news (DOT) gosiouxlookout.com:
Quote:
I would like to set up a page that contains thumbnail images of photos
that I have taken. Then I would like to have the page set up so that
when someone mouses over the image it loads a larger version of the
image onto the screen (preferably centered on the screen) and then on
mouse off the large image is hidden so that the page of thumbnails can
be viewed. I would also love it if the larger images could be loading in
the background after all the thumbnails have loaded so that when the
person mouses over the image is already cached. |
Most people would regard this as surprising behavior. The standard (i.e.
expected by most users) way to do this is to present a gallery of *proper*
thumbnails (that is to say, images that have been correcly scaled down with
an image editor) in which clicking on a particular thumbnail results in
loading a full-sized picture.
What you're trying to achieve is not only surprising behavior for the user,
it's something that can only work if *everything* goes just right. That's
not something you can count on when you're dealing with the WWW. Nobody
can keep Mr. Murphy from paying you an occasional visit, but what you're
trying to do amounts to buying him a first-class plane ticket and putting
him up in the most expensive suite at your local hotel.
Web users are far less likely than Web designers to appreciate pages that
jump around spectaculary when the move their mouse.