NEED HELP WILL PAY $$ for creating 180 degree rotate js function

Discussion in 'JavaScript' started by smartist, Jun 16, 2008.

  1. #1
    I need a emca javascript function in which there is only 1 button that rotates an image 180 degrees.

    there are multiple images, each image can reside inside there own individual div id. the user selects which div image they want, and then click on the rotate button to rotate it to 180, if they click on the rotate button again, it will set the image back to its started position.

    will pay $200 dollars (email me at smartist101@yahoo.com if you feel you can do it.)

    <style type="text/css" media="all">

    #image1 {height: 100px; width: 75px; margin: 10px; float: left;}
    #image2 {height: 100px; width: 75px; margin: 10px; float: left;}
    #image3 {height: 100px; width: 75px; margin: 10px; float: left;}
    #image4 {height: 100px; width: 75px; margin: 10px; float: left;}
    #image5 {height: 100px; width: 75px; margin: 10px; float: left;}
    #image6 {height: 100px; width: 75px; margin: 10px; float: left;}
    #image7 {height: 100px; width: 75px; margin: 10px; float: left;}
    #image8 {height: 100px; width: 75px; margin: 10px; float: left;}
    </style>
    </head>

    <body>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><img src="images/180.gif" width="25" height="25" alt="rotate button" /></td>
    </tr>
    <tr>
    <td>
    <div id="image1"><img src="image1.jpg"></div>
    <div id="image2"><img src="image2.jpg"></div>
    <div id="image3"><img src="image3.jpg"></div>
    <div id="image4"><img src="image4.jpg"></div>
    <div id="image5"><img src="image5.jpg"></div>
    <div id="image6"><img src="image6.jpg"></div>
    <div id="image7"><img src="image7.jpg"></div>
    <div id="image8"><img src="image8.jpg"></div>
    </td>
    </tr>
    </table>

    </body>
     
    smartist, Jun 16, 2008 IP
  2. projectshifter

    projectshifter Peon

    Messages:
    394
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Wait, you're just wanting it to basically take the 8 images you have in there, you click a button, and it switches it to 8 other ones, and then back again?
     
    projectshifter, Jun 16, 2008 IP
  3. smartist

    smartist Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you select 1 div at a time, and you click the rotate button, that one specific div will rotate 180. the rotate button has to work on all the other div, but you can only rotate 1 at a time, or rotate it back to the original.
     
    smartist, Jun 16, 2008 IP
  4. projectshifter

    projectshifter Peon

    Messages:
    394
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    So you click the rotate button, and it just slides one image out as it slides in another?
     
    projectshifter, Jun 16, 2008 IP
  5. smartist

    smartist Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    not slide 180 degree rotation, the image turns upside down.

    you need to show the image is selected, like a blue border around it (can be done with css) and click on the rotate 180 degree button and it will rotate 180 degrees, if you want to rotate it back click on the same button again.

    so each div image needs to be able to rotate.
     
    smartist, Jun 16, 2008 IP
  6. projectshifter

    projectshifter Peon

    Messages:
    394
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Are you code-savvy to where I could explain the technique, or are you actually wanting someone to put it into your script?
     
    projectshifter, Jun 16, 2008 IP
  7. smartist

    smartist Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    prefer someone put it into a script
     
    smartist, Jun 16, 2008 IP
  8. projectshifter

    projectshifter Peon

    Messages:
    394
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hit me up with a PM or check my profile for my contact information, but I'd be glad to help you out with this.
     
    projectshifter, Jun 16, 2008 IP
  9. sharry

    sharry Peon

    Messages:
    319
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #9
    sharry, Jun 16, 2008 IP
  10. gorantla

    gorantla Peon

    Messages:
    115
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    hi
    stil u required this
    i wil do this
    abhi
     
    gorantla, Jun 17, 2008 IP