help with Simple Code for Maker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BlackImari
    New Member
    • Dec 2008
    • 1

    help with Simple Code for Maker

    I am looking for a way to duplicate this code:

    Untitled Document

    the code I need is for the

    "Flip,,Layers,, Delete"

    the thumbnails show the images and then you click and they apper at the top and you can move them around and stuff and even flip the images.

    HOW?


    TX

    imari
  • clain
    New Member
    • Feb 2007
    • 79

    #2
    First of all its not that simple.. you need to have that images / patterns..

    now name the image or give id for the image.. thumbnails as well as big images...

    now make a table with all the thumbnails neatly arranged inside the table..
    on the image make an on click event.. and pass the id of the image to a function which calls the actual image and replaces the existing image...

    if you are a newbie to JavaScript.. you can refer to basic java script properties such as

    getElementById( )
    innerHTML
    java script events.

    this will give you an overall idea...

    Let us know if you need more help..

    enjoy

    Comment

    Working...