Results 1 to 2 of 2

Thread: Image Flipper..

  1. #1
    Join Date
    May 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Flipper..

    Aloha all.. New to the site and coding.. I am not even sure what to call what I am wanting to do?? I will call it an Image Flipper..

    Basically I have a wordpress website, and I want to be able to post an image of a cover, and then when you click on it, whether left or right click, it will bring up another image.. And then everytime you click on it it will bring up another image etc all in the one image size.. Any one able to tell me what I need to do and look at?? Thanx.. Again soz for being a nub when it comes to this kind of thing..

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    It would be easy to customize that to do what you are asking.

    Add an event (onclick) to the image and go to the next image.

    You can also look around that section for some more scripts that might help you.


    Another way to do this would be to use a typical "mouseover"/"rollover" script, but instead of using "onmouseover" and "onmouseout" you can use only "onclick". Just setup a list of images (best as an array) and go to the next one each time.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •