This is a very simple task with javascript. It is the same as a rollover, only it is done with the event "onClick", the swapped image is not itself, and the images are not preloaded.
The best way to do this is with tools like Dreamweaver, or Fireworks, and Adobe has theirs also. You don't need to know javascript. These programs will right the javascript for you. In dreamweaver, you would click on the smaller image, go to the behaviours and choose "swapImage". Make sure the event is "onClick". You will point to the big image as the one you want to swap, and tell it what you want the new image to be. Must be the same size. Do not check "Preload". Repeat this for all the small images. I am writing this off the top of my head, so forgive me if I missed something. -- Robert Garcia BigHead Technology 21053 Devonshire Suite 206 Chatsworth, Ca 91311 Phone 818.773.8162 Fax 818.773.8164 http://www.bighead.net/ [EMAIL PROTECTED] > From: Nicholas Froome <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 4 Jun 2002 14:08:48 +0100 > To: Multiple recipients of list witango-talk <[EMAIL PROTECTED]> > Subject: Witango-Talk: eBay-style image switcher > > I'm building a Tango and Filemaker-based cars for Sale section for the website > and would like to implement an eBay-style image switcher where clicking on a > thumbnail (generally one of three) loads the image into the only large image > space > > See: > http://cgi.ebay.com/ebaymotors/ws/ebayISAPI.dll?ViewItem&item=1833031672&r=0&t > =0 > > > > To reduce load on Filemaker I'd like to do this without making a call back to > the server; it appears that eBay make a call for the new image but the page > does not reload - this would be fine for m e > > The eBay thing is done with javascript, but I didn't have any joy trying to > re-engineer it for my purposes > > Is there a ready-to-use version available, or should I backwards-engineer the > eBay code? > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
