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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T15:27:56+00:00 2026-06-15T15:27:56+00:00

i am developing i website using master page this master page doesn’t has any

  • 0

i am developing i website using master page this master page doesn’t has any menus but i want to create a javascript menu for one of the content page and this page will navigate to other pages the will have the same menu always appeared there.

i am using c# and asp.net so how to do that and make this menu also fixed among all selected items (and see which one selected by some css) .

i hope that i described well what i need because i am so confused so sorry for that.

  • 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-15T15:27:58+00:00Added an answer on June 15, 2026 at 3:27 pm

    You don’t need JS for this. There are many solution for this you just did not used the right keywords. Try search for: horizontal drop down menu css

    The first step is to create a nested ul-li-ul-li structure:

    <ul id="coolMenu">
        <li><a href="#">Lorem</a></li>
        <li><a href="#">Mauricii</a></li>
        <li>
            <a href="#">Periher</a>
            <ul>
                <li><a href="#">Hellenico</a></li>
                <li><a href="#">Genere</a></li>
                <li><a href="#">Indulgentia</a></li>
            </ul>
        </li>
        <li><a href="#">Tyrio</a></li>
        <li><a href="#">Quicumque</a></li>
    </ul>
    

    Then apply a few CSS rules.

    #coolMenu,
    #coolMenu ul {
        list-style: none;
    }
    #coolMenu {
        float: left;
    }
    #coolMenu > li {
        float: left;
    }
    #coolMenu li a {
    display: block;
        height: 2em;
        line-height: 2em;
        padding: 0 1.5em;
        text-decoration: none;
    }
    #coolMenu ul {
        position: absolute;
        display: none;
    z-index: 999;
    }
    #coolMenu ul li a {
        width: 80px;
    }
    #coolMenu li:hover ul {
        display: block;
    }
    

    Further code: http://www.cssnewbie.com/horizontal-dropdown-menus/

    Other solution: http://matthewjamestaylor.com/blog/centered-dropdown-menus

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

Sidebar

Related Questions

I'm developing a mobile oriented website using asp.net. This website will consume some web
I am developing a website using Django as the backend, and I want to
I'm developing a website using php, i want to know how can i protect
I'm developing a website and using codes below.Chrome seems to work fine, but Firefox
I am developing a website using Google app engine and I want to know
I am developing a website using ASP.NET 4.0 and SQL Server 2008.In Login Page,
I am developing a website using Codeigniter. i want to redirect a URL to
I'm developing a web site that has a master page that consists of 4
I am developing a website using ASP.NET 4.0. I want to fetch & show
I am developing a website using cakephp, and I'd like to pass a javascript

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.