Photo enlargement

  • Thread starter Thread starter boxer
  • Start date Start date
B

boxer

Hi Guys, New to web sites, I have just created a site with lots of photos in
a gallery( not a front page gallery) am I able to hover over these photos and
enlarge them, at present they are approx 160x140, I would like them about
500x?. is this at all posible. any help would be great
 
Hi boxerboy,

That is done with some type of scripting (usually JavaScript) You would need
two images (a thumbnail and a full sized image) The scripting comes in when
you hover (or click) on the smaller thumbnail to show the larger full sized
image. There are many JavaScripts available for you to do this with. I
happen to like this one as the larger image will show over the top of the
same page:

http://www.lokeshdhakar.com/projects/lightbox2/

That one requires clicking rather than hovering though.

--
Joe
Microsoft MVP Expression Web

Expression Web Forums:
http://expression-frontpage.com/forums/

FrontPage and Expression Web Forums:
http://www.timeforweb.com/frontpage/forum/
 
Back
Top