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

The Archive Base Latest Questions

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

Dear Stackoverflow readers, I’ve been breaking my head over something I’ve seen at Tympanus,

  • 0

Dear Stackoverflow readers,

I’ve been breaking my head over something I’ve seen at Tympanus, and I can’t figure out how to properly do such a thing.

In this link: http://tympanus.net/Tutorials/FullscreenBookBlock/
you can see that the menu is completely hidden, and only visible when you click on an icon. It has a lovely transition, and it basically roughly sums up what I’m trying to accomplish.

The only difference with the above example is that I don’t want to completely hide this full-height element, and I’d like to accomplish the above effect with a hover instead of having to click a button. So in an ideal world you’d see a vertical bar, and when you hover over that bar (or click on it with your finger if you’re on a tablet), it “opens up” and shows you the full content inside the opened div.

Now, I can make a decent bit in html5 and css3, but the above explained effect that I’m trying to accomplish has given me serious headaches, hehe. Does anyone happen to know a tutorial I might have missed that does this exact thing?

p.s.: I have tried to take apart Tympanus’ html/css, but with the page-fold effect that’s also implemented in it I can’t seem to figure it out, hence my hope for someone here to help me on my way 🙂

  • 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-15T21:58:26+00:00Added an answer on June 15, 2026 at 9:58 pm

    http://jsfiddle.net/LDntf/2/

    #menu{
        position:absolute;
        width:175px;
        padding-right:25px;
        top:0;
        bottom:0;
        margin-left:-175px;
        background:#d00;
        -webkit-transition:margin-left .5s ease-in-out;
        z-index:1;
    }
    #menu:hover{
        margin-left:0;
    }
    

    To have the content move, you can simply animate the content div as well: http://jsfiddle.net/LDntf/8/

    #menu:hover + #content{
        left:200px;
        right:-175px;
    }
    #content{
        padding:1em;
        position:absolute;
        top:0;
        bottom:0;
        right:0;
        margin-right:-20px; /* hide the scrollbars */
        margin-bottom:-20px;
        left:25px;
        overflow:scroll;    /* always render the scrollbars, without this, the content may occasionally be cut off at the edge. */
        -webkit-transition:left .5s ease-in-out, right .5s ease-in-out;
    }​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Dear visitors stackoverflow! I can not solve a simple problem: Body given the background
I'm Google-d out. So, dear friends at StackOverflow, is it possible to change an
Dear fellow readers on Stack Overflow, I am currently working in CSS and I
Dear Friends from Stackoverflow, Please help me with a problem that i'm having when
Dear members of the Stackoverflow community, We are developing a web application using the
Hello dear users of the stackoverflow! I really like the search form on this
good day dear php-fans at stackoverflow. i want to use imagegrabscreen — to get
Dear Stackoverflow Developers i have to load image as an icon to jmenu from
Dear Masters in stackoverflow, I want to build an app, Spring-WS on server side,
Dear Stacktoverflow, can you show me an example of how to use a QScrollBar?

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.