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

The Archive Base Latest Questions

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

I have problem with simple jquery sliding menu, here is my code: http://jsfiddle.net/kCK44/1/ what

  • 0

I have problem with simple jquery sliding menu, here is my code:

http://jsfiddle.net/kCK44/1/

what I wanted to achieve is the small arrow class:

<div class="arrow"></div> 

to appear at the same time as the submenu div. Right now as you can see it fully appear right after the submenu is fully slided Down. Should I take the arrow div out of it’s parent and show it separately? Or is there some other way It could be fixed.

thanks a lot,
S

  • 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-15T00:21:01+00:00Added an answer on June 15, 2026 at 12:21 am

    The element with the slideDown will always be cropped for the duration of the animation. slideDown set overflow: hidden to the element. What you need is to move the arrow completely inside the .submenu and put the menu background to the UL instead the .submenu.

    Here is the fiddle: http://jsfiddle.net/kCK44/8/

    The updated CSS:

    .pageNavigation .mainNavigation ul li .submenu {
       min-width: 110px;
       display: none;
       position: absolute;
       top: 33px;
       left: -10px;
       z-index: 500;
    }
    .submenu .arrow {
       top:0px;
       left:33px;
       position: absolute;
       z-index: 9999;
       width:25px;
       height: 23px;
       background: #33ccff;
    }
    .pageNavigation .mainNavigation ul li .submenu ul {
       background: #ce3102;
       text-align: left;
       list-style-position: outside;
       list-style-image: none;
       list-style-type: none;
       margin: 15px 8px 5px;
       z-index: 500;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very simple JavaScript/jquery code which won't just work correctly. The problem
I have a working simple jquery drop-down menu . But problem is how can
I have problem with passing an argument to my simple function in jQuery: When
I have the following problem: I am creating a simple plugin jquery carousel, to
I have a really simple jQuery problem (I guess). But im totally new to
I have a simple jquery a keypress code that detects when the user types
I have a simple problem using Jquery. I want to display detailed information under
Please see my jsfiddle i've created to replicate my problem. http://jsfiddle.net/motocomdigital/22KFS/3/ In my project,
i am begginer to jquery and have a simple problem.. I want to make
i have simple side menu with this html code : <div id=menu> <div> Menu

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.