Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8052485
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:33:23+00:00 2026-06-05T07:33:23+00:00

I am trying to rotate an element (any element div,p..) with the handle (handle=>div)

  • 0

I am trying to rotate an element (any element div,p..) with the handle (handle=>div) which I placed on the element’s top-left corner, now my problem is that the element does not fully rotate to 360 degree, can anyone please help out :

$("#elementid").live('mouseover', function () {
    $(this).draggable({ handle: "#handleid", drag: function (event, ui) {
        var rotateCSS = 'rotate(' + ui.position.left + 'deg)';
        alert(ui.position.left);
        $(this).parent().parent().css({
            '-moz-transform': rotateCSS,
            '-webkit-transform': rotateCSS
        });
    }
    });
});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T07:33:25+00:00Added an answer on June 5, 2026 at 7:33 am

    these are question in stackoverflow in the same category

    how to rotating div

    trying to rotate a div element with jQuery controlling css3 transform command

    Rotating a Div Element in jQuery

    How to rotate a div using jQuery

    take alook at the second link its briliant

    live rotate and other css demo brillian http://css3please.com/

    take a look at this to be precise

    .box_rotate {
      -webkit-transform: rotate(7.5deg);  /* Saf3.1+, Chrome */
         -moz-transform: rotate(7.5deg);  /* FF3.5+ */
          -ms-transform: rotate(7.5deg);  /* IE9 */
           -o-transform: rotate(7.5deg);  /* Opera 10.5 */
              transform: rotate(7.5deg);
                 filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */
                         M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
                   zoom: 1;
    }
    

    UPDATE:

    note this nice addition in middle of the page of note this on http://css3please.com/

    you can manipulate what ever you want to generate code live

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to rotate an SVG <polygon> (or any other element) using this: var
I am trying to rotate a png that is loaded in Java. The problem
I am trying to rotate out an innoDB table which has a high number
I am trying to rotate an image in OpenCV. I've used this code that
Im trying to rotate a <Image> of an arrow (placed in the middle of
I'm trying to rotate an array such that given a number and an array,
I'm trying to rotate a camera image. The code looks like that: Bitmap result
I'm trying to rotate a object I've made with openGL and LWJGL. My problem
I'm trying to rotate a UIImageView within a circular mask (which is set with
Just as a learning experience, I am trying to make en element rotate on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.