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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:52:14+00:00 2026-05-25T01:52:14+00:00

http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm Hi, I’m trying to make a dropdown menu with only css. I don’t

  • 0

http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm

Hi,

I’m trying to make a dropdown menu with only css.

I don’t want to use javascript.

Can anyone help me to make this ?

  • 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-05-25T01:52:15+00:00Added an answer on May 25, 2026 at 1:52 am

    Yes, it’s possible. Here is not a free-code website. Just to give you an idea take a look at this:

    You can use CSS pseudo classe :hover to determine to show submenus or not.
    HTML:

    <ul class="mainmenu" >
        <li>Main Menu One
            <ul class="submenu">
                <li>Menu Item</li>
                <li>Menu Item</li>
                <li>Menu Item</li>
                <li>Menu Item</li>
            </ul>
        </li>
        <li>Main Menu Two
            <ul class="submenu">
                <li>Menu Item</li>
                <li>Menu Item</li>
                <li>Menu Item</li>
                <li>Menu Item</li>
            </ul>
        </li>
        <li>Main Menu Three
            <ul class="submenu">
                <li>Menu Item</li>
                <li>Menu Item</li>
                <li>Menu Item</li>
                <li>Menu Item</li>
            </ul>
        </li>
    </ul>
    

    CSS

    .mainmenu li{float:left; border:1px solid black;}
    .mainmenu li:hover .submenu{display:block;}
    .submenu{display:none;}
    .submenu li{float:none;}
    

    Look at Fiddle

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

Sidebar

Related Questions

I am trying to implement this JQuery ImageBubbles that I found here: http://www.dynamicdrive.com/dynamicindex4/imagebubbles.htm However,
I'm trying to use the following content slider on my Django application, http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm The
I found the count down script in http://www.dynamicdrive.com/dynamicindex6/dhtmlcount.htm It works fine if i just
I'm using a script that uses DD's Ultimate Fade-in Slideshow: http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm It uses jquery,
I really like Demo#3 on this page: http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm However I'd like to place text
I've followed this tutorial and it works fine: http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/ However my problem is that
I'm using this in my website: http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm and it works great for me. But
I have been using this script ( http://www.dynamicdrive.com/dynamicindex6/dhtmlcount.htm ) for countdown to vacations. But
I am using this plugin: http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm The DIV im using the plugin on is
I currently used a http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/ in a web application. i want to use something

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.