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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:57:15+00:00 2026-06-06T21:57:15+00:00

So Im a graphic desinger and I’ve been asked to develop a concept for

  • 0

So Im a graphic desinger and I’ve been asked to develop a concept for a client’s new site. Its a micro-site with limited amounts of content. The idea I have come up with is to place all the sections of the site on divs and then rotate them like a wheel when a user clicks a menu link. What I need to find out is this: Is it possible to rotate entire divs containing normal content around a central pivot point using html5? The rotation needs to be animated the content contained in each rotated div needs to rotate in unison with its container div. If it is possible, how?

enter image description here

I’ve googled it and found examples of rotating stuff with CSS3 and I’ve seen html5 transformations but Im not sure I have seen anything this sophisticated before and I can’t find any examples to work off. So Im a little concerned its not actually possible for some reason. Im also open to using something like javascript to make this happen.

  • 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-06T21:57:22+00:00Added an answer on June 6, 2026 at 9:57 pm

    You can do something like this:

    HTML

    <div class="container">
        <div class="first">First</div>
        <div class="second">Second</div>
        <div class="third">Third</div>
    </div>
    

    CSS

    .container {
        transition: transform 1s;
        transform: rotate(0);
        position: relative;
    }
    
    .container>div {
        position: absolute;
    }
    
    .container.second {
        transform: rotate(120deg);
    }
    
    .container.third {
        transform: rotate(240deg);
    }
    
    .container .first {
        bottom: 0;
        right: 0;
        transform: rotate(120deg);
    }
    
    .container .second {
        left: 0;
        right: 0;
        transform: rotate(240deg);
    }
    

    You can add some simple js to change the container current class.

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

Sidebar

Related Questions

I'm a graphic designer who is fairly new to XAML and blend. I've been
Within the confines of a Wordpress plugin (and a client approved graphic designer layout),
I worked with a graphic designer that did not clone from my github account.
As a graphic designer, I am wondering if either: there is a WordPress plugin
I am trying to collaborate with a graphic designer sitting on the other side
I have few graphic effects on image which i am able to run on
I created a graphic in Flash CS4 that contains text. I embedded the appropriate
I have a png graphic that is put in the web page using raphael
Without using the Graphic Resources how can I create and build up a CTabCtrl?
Is it possible to use a vector graphic as a custom form shape in

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.