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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:56:49+00:00 2026-06-10T09:56:49+00:00

So I have a menu with a drop down like this: http://slypaste.org/KmsRuS4k Sorry for

  • 0

So I have a menu with a drop down like this:

http://slypaste.org/KmsRuS4k

Sorry for the links, I just never have luck with stackoverflow html system..

So the drop down menu has the same style as the buttons which look ugly on drop downs.
I’ve tried adding a class to its li style and it still ignroed it

this is what makes the hover colors & bg of the drop down:

http://slypaste.org/5Kxv43WS

I’ve tried everything I know but still doesn’t work.

Aim:

Make the menu drop down color and links look completely different from the other menus.

Live demo:

http://justxp.plutohost.net/testing/index.html

as you see, basically it takes the border from the menu class.

Thanks.

  • 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-10T09:56:51+00:00Added an answer on June 10, 2026 at 9:56 am

    You can do it like jzacharia suggested in the comments above:

    CSS

    In your CSS file, change this:

    .menu a
    {
        ....
    }
    
    .menu a:hover
    {
        ....
    }
    

    to this:

    .menu a.title
    {
        ....
    }
    
    .menu a.title:hover
    {
        ....
    }
    

    HTML

    And your HTML should then look something like this:

    <ul class="menu">
        <li class="current"><span style="color:#bde2e1;">Home</li>
        <li class="dropdown">
            <a id="drop4" role="button" data-toggle="dropdown" href="#" class="dropdown-toggle title">Dropdown <b class="caret"></b></a>
            <ul id="menu1" class="dropdown-menu" role="menu" aria-labelledby="drop4">
                <li><a tabindex="-1" href="#">Action</a></li>
                <li><a tabindex="-1" href="#">Another action</a></li>
                <li><a tabindex="-1" href="#">Something else here</a></li>
                <li class="divider"></li>
                <li><a tabindex="-1" href="#">Separated link</a></li>
            </ul>
        </li>
        <li class="hovering"><a href="#" class="title">Portfolio</a></li>
        <li class="hovering"><a href="#" class="title">Releases</a></li>
        <li class="hovering"><a href="#" class="title">Contact</a></li>
    </ul>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an HTML item for a 'drop down menu', structured like this... <li
I have a drop down menu that looks like this: It works fine, but
I have a drop up/down menu located at http://islandicecream.sitesbyjoe.com (this is a site I'm
We have a drop-down menu of volumes in our UI, and I'd like to
I have created a custom drop-down element, which is listed on this page: http://jsfiddle.net/spryno724/2snUH/3/
I am using the css/javascript drop-down menu from this page: http://javascript-array.com/scripts/simple_drop_down_menu/ Though I would
I have been reading many topics on this subject, a drop down menu which
I have a drop-down menu that are dynamically added through WordPress. It looks like
Fiddle here: http://jsfiddle.net/emJcx/1/ I have a drop down menu that is a simple show
Currently, I'm using the simple Google Translate drop-down menu found here: http://translate.google.com/translate_tools I'd like

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.