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 1105273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:36:21+00:00 2026-05-17T01:36:21+00:00

is there a way to create an image slideshow that is rotated by say

  • 0

is there a way to create an image slideshow that is rotated by say 5° ? I’d prefer a non-flash solution. Thank you!

Screenshot of what I want to achive

  • 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-17T01:36:21+00:00Added an answer on May 17, 2026 at 1:36 am

    CSS3 has a rotate property which you can set. In your stylesheet, it would look something like this:

    #mydiv {
        transform: rotate(45deg);
    }
    

    However, it’s quite new and it’s got fairly limited browser support at the moment, so it’s not ideal.

    Some browsers support it using vendor prefixes, which means it’s experimental, but you could include them in your stylesheet anyway.

    Microsoft Internet Explorer has a completely different mechanism for rotation.

    Your final stylesheet might look something like this:

    #mydiv {
        -ms-transform: rotate(45deg); /* IE9 beta? */
        -moz-transform: rotate(45deg);  /* FF3.5+ */
        -o-transform: rotate(45deg);  /* Opera 10.5 */
        -webkit-transform: rotate(45deg);  /* Saf3.1+, Chrome */
        transform: rotate(45deg);  /* CSS3 (for when it gets supported) */
        filter: progid\:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
    }
    

    (You’ll need to work out the angles yourself for IE! the one I’ve provided should be okay for 45 degrees)

    However, even then you can’t be certain that the user’s browser will support it, and there may be other quirks you’d need to deal with.

    Also, of course, a rotated element will be degraded in quality due to pixellisation on screen. How badly will depend on the quality of the browser’s rotation algorithms, but there will always be some loss of quality.

    In short, rotation in a browser (for the time being at least) is more of a play-thing than a useful piece of functionality. But it can be done.

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

Sidebar

Related Questions

Is there some reasonably cross platform way to create a thumbnail image given a
Is there a way to create register a handler that will be called exactly
Is there a way to create an imagemap on an image when the image
Is there any way to create an image out of MySQL result set in
Is there a way to create a JButton with your own button graphic and
Is there any way to create a virtual drive in (My) Computer and manipulate
Is there any way to create the query parameters for doing a GET request
Is there a way to create an html link using h:outputLink, other JSF tag
Is there any way to create C# 3.0 anonymous object via Reflection at runtime
Is there a way to create an instance of a class based on the

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.