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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:51:51+00:00 2026-06-10T11:51:51+00:00

As you can see in this jsfiddle , when you click the menu button,

  • 0

As you can see in this jsfiddle, when you click the menu button, the little triangle that points to the button is only shown after the animation has finished. I’d like the animation to start with the pseudo element and only then proceed to the drop-menu element. How can I accomplish this?

A solution doesn’t necessarily have to use javascript, CSS3 will be most welcome, I’m not worried about compatibility issues.

  • 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-10T11:51:53+00:00Added an answer on June 10, 2026 at 11:51 am

    You can try this – DEMO

    .drop-menu {
        display: none;
        position: relative;
        height: 60px;
        top: -20px;
    }
    
    .drop-menu ul::before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -30px;
        left: 30px;
        border-width: 15px;
        border-color: transparent transparent red transparent;
        border-style: solid;
    }
    
    .drop-menu ul {
        background-color: red;
        position: relative;
        top: 20px;
        z-index: 999;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please see this: http://jsfiddle.net/uNbYu/1/ If you click submit, the button doesn't do anything, but
Please see this fiddle and click decrease: http://jsfiddle.net/2C8fy/16/ As you can see the images
As you can see in this jsfiddle , I'm trying to make a toggle
You can see the example here: http://jsfiddle.net/8EHED/8/ This is a tricky problem because I
This is a fairly weird case, you can see the code here: http://jsfiddle.net/zpZtH/2/
http://jsfiddle.net/YaMhn/8/ ^^^^Take a look and see if you can help solve this Ok so
As you can see on this screenshot the close button is not styled properly
I made this fiddle http://jsfiddle.net/nAb6N/10/ As you can see I have 2 animators ,
If you look at this JSfiddle http://jsfiddle.net/littlesandra88/G3N4m/ you will see that I have input
I have this function http://jsfiddle.net/wnFsE/ . As you can see every time the user

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.