954,224 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Image marquee thumbnails?

can somebody please show me how to make images clickable thumbnails of uniform size for an image marquee?

Inny
Posting Whiz in Training
293 posts since Oct 2005
Reputation Points: 11
Solved Threads: 6
 
can somebody please show me how to make images clickable thumbnails of uniform size for an image marquee?

You can use a server side language to resize the images to a defined thumbnail size. I work with PHP mostly and this is done easily with the GD2 Library, or Imagemagik.

Once you have the thumbnails you can place them in a marquee and have an onclick event handler attached to the thumb or anchor tags () wrapping the thumb. This onclick even would then open the thumbnails.

There is a great PHP/JS based implementation of this called lightbox. http://www.huddletogether.com/projects/lightbox/

digital-ether
Nearly a Posting Virtuoso
Moderator
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You