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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:42:50+00:00 2026-06-01T07:42:50+00:00

I am looking horizontal dropdown menu pure css based and browser compatible…. i am

  • 0

I am looking horizontal dropdown menu pure css based and browser compatible….

i am looking like mentioned below example

enter image description here

  • 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-01T07:42:51+00:00Added an answer on June 1, 2026 at 7:42 am

    see this is pure css bases dropdown menu:-

    HTML

    <ul id="menu">
          <li><a href="">Home</a></li>
          <li><a href="">About Us</a>
            <ul>
            <li><a href="">The Team</a></li>
            <li><a href="">History</a></li>
            <li><a href="">Vision</a></li>
            </ul>
          </li>
          <li><a href="">Products</a>
            <ul>
            <li><a href="">Cozy Couch</a></li>
            <li><a href="">Great Table</a></li>
            <li><a href="">Small Chair</a></li>
            <li><a href="">Shiny Shelf</a></li>
            <li><a href="">Invisible Nothing</a></li>
            </ul>
          </li>
          <li><a href="">Contact</a>
            <ul>
            <li><a href="">Online</a></li>
            <li><a href="">Right Here</a></li>
            <li><a href="">Somewhere Else</a></li>
            </ul>
          </li>
        </ul>
    

    CSS

    ul
    {
        font-family: Arial, Verdana;
        font-size: 14px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    ul li
    {
        display: block;
        position: relative;
        float: left;
    }
    
    li ul
    {
        display: none;
    }
    
    ul li a 
    {
        display: block;
        text-decoration: none;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        padding: 5px 15px 5px 15px;
        background: #2C5463;
        margin-left: 1px;
        white-space: nowrap;
    }
    
    ul li a:hover 
    {
        background: #617F8A;
    }
    li:hover ul 
    {
        display: block;
        position: absolute;
    }
    
    li:hover li
    {
        float: none;
        font-size: 11px;
    }
    
    li:hover a 
    {
        background: #617F8A;
    }
    
    li:hover li a:hover 
    {
        background: #95A9B1;
    }
    

    see the demo:- http://jsfiddle.net/XPE3w/7/

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

Sidebar

Related Questions

I'm looking to create a top-level horizontal menu, with a second-level horizontal menu below
I am looking to implement horizontal scrolling using jQuery.SerialScroll (based on jQuery.ScrollTo ). I
I'm looking for a WPF layout that works like a horizontal stack panel, such
I am looking for something like this........ If it is only in the horizontal
I'm looking for something very similar to Facebook's left menu. Clean and elegant Horizontal
I'm trying to make a horizontal menu layout in CSS. I was using the
My horizontal navigation bar looks like this: | MENU-ITEM 1 | MENU-ITEM-2 | MENU-ITEM
I'm looking into horizontal partitioning for a table that has time-series data in it.
I am looking for a way to do Horizontal text scrolling that only scrolls
Looking for an example that: Launches an EXE Waits for the EXE to finish.

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.