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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:28:42+00:00 2026-06-03T15:28:42+00:00

It is possible to make Fixed Tob Bar or Bootom Bar menu, Drop Down

  • 0

It is possible to make Fixed Tob Bar or Bootom Bar menu, Drop Down menu using CSS and JQUERY. Is it possible to create a Expandable Top Bar just like in Android Phone.
Expandable means if I drag the Top Bar menu down, then it should expand its area upto the bottom of the page.

  • 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-03T15:28:45+00:00Added an answer on June 3, 2026 at 3:28 pm

    Of course it’s possible to replicate the Android notification bar effect, you just have to try. You could do a similar effect on hover, actually. Like this: http://jsfiddle.net/3shEE/

    html:

    <div id="expandable">
        <span>Hover over me</span>
    
        <ul>
            <li>List 1</li>
            <li>List 2</li>
            <li>List 3</li>
            <li>List 4</li>
        </ul>
    </div>​
    

    css:

    #expandable {
        width: 100%; height: 50px;
        background: #ddd;
        overflow: hidden;
        font-family: sans-serif;
        font-size: 17px;
    }
    #expandable span {
        display: block;
        width: 100%; height: 50px;
        line-height: 50px; text-align: center;
        cursor: pointer;
    }
    #expandable ul {
        width: 100%;
        line-height: 50px;
    }
    ​
    

    javascript:

    $("#expandable").hover(function() {
        $(this).stop().animate({"height":"300px"},1000);
    }, function() {
        $(this).stop().animate({"height":"50px"},1000);
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to make changes to a CSS rule-set dynamically (i.e. some JS
Is it possible to make sidebar navigation stay always fixed on scroll in fluid
Is it possible to make the first column of a SlickGrid fixed? So that
I am trying to create a layout using a fixed header and sidebar but
I am trying to create a webdesign with a full width fixed menu, a
Is it possible make some handler that will do something when user shutdown computer
Is it possible make an activity, that will lock the android device? That device
Possible Duplicate: Make iPhone app paid version replace free version on install from app
is possible to make own help message or attach own event on help option
Is it possible to make a Flash embedded in a browser access a DLL,

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.