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

  • Home
  • SEARCH
  • 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 3681812
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T03:43:41+00:00 2026-05-19T03:43:41+00:00

Is it possible to rotate images from right to left in a DIV with

  • 0

Is it possible to rotate images from right to left in a DIV with pure CSS i mean without using any JavaScript?

  • 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-05-19T03:43:41+00:00Added an answer on May 19, 2026 at 3:43 am

    That is possible using CSS3’s transform: rotate(...) or some proprietary IE filters. See an example or the specification.

    e.g.

    position:absolute;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); /*opera*/
    transform: rotate(90deg); /*likely future standard*/
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*for filter: 1==90deg, 2==180deg, 3==270deg*/
    

    Note that this transform is a rendering transform; so the rotation won’t affect layout (similar to position: relative content). That’s why absolute positioning is often the easiest route to use here. Also, be aware that the spec isn’t final; details may change (in particular, how transforms interact with layout – another reason to stick with position:absolute;).

    Finally, you may be interested in animated transitions; as a randomly googled example you could look here. These are also not yet finalized, though implemented partially in firefox, webkit and opera: a sign the standard will probably stick. Non-stop animations are an Apple proposal which so far is implemented in webkit only and are quite a bit more complex than transitions; I’d stay away from these except for tech demos since the standard may well change in potentially complex ways.

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

Sidebar

Related Questions

Possible Duplicate: how to rotate the given string to left or right in C?
I'm using the following code to rotate images in opencv. However, afterwards the corners
I'd like to test banner (two css background images) and rotate them randomly on
I am using this code below to rotate my jpeg images, the problem is
I'm using WIA 2.0 to scan images from a HP scanner. The problem is
Possible Duplicate: Android: Animation Position Resets After Complete I'm using RotateAnimation to rotate an
I'm currently using GD and some PHP to rotate images. After each rotation the
Is it possible to auto-rotate the default application image according to current landscape mode?
Is it possible to rotate views in XML with APIs previous to Honeycomb -
Possible Duplicate: Mobile site - force landscape only / no auto-rotate I have seen

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.