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

  • Home
  • SEARCH
  • 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 6633927
In Process

The Archive Base Latest Questions

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

My page is here . My drop down navigation css is here . I’m

  • 0

My page is here.

My drop down navigation css is here.

I’m trying to add a transparent png image, image here, to the drop down portion of the menu. However, it’s not appearing.

I thought adding a “suboptions” class to the dropdown ul would do the trick, along with setting CSS for that dropdown, but it doesn’t seem to be working.

HTML in question:

<ul class="suboptions">
            <li><a href="/faqs" title="CET Color Frequently Asked Questions">F.A.Q.'s</a></li>
            <li><a href="/install" title="CET Color Installation &amp; Site Prep">Installation</a></li>
</ul>

CSS in question:

#menu li ul.suboptions {
background-image: url(/images/bkg_nav.png) !important;
background-color: transparent !important;
}

Any suggestions? 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-05-25T22:52:13+00:00Added an answer on May 25, 2026 at 10:52 pm

    you have float for the <li>

    You have to clear the float, after <li> or apply bg image for li.

    EX:1

    add this to your css

    #menu li ul.suboptions:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    
    #menu li ul.suboptions {
        display: inline-block;
    }
    
    html[xmlns] #menu li ul.suboptions {
        display: block;
    }
    
    * html #menu li ul.suboptions {
        height: 1%;
    }
    

    EX2:

    add this to #menu li ul.suboptions li class

    #menu li ul.suboptions li {
    background-image: url(/images/bkg_nav.png) !important;
    background-color: transparent !important;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

here's the page , I'm trying to delay the drop-down menu so the user
I have a site w/ an image gallery (Portfolio) page. There is drop-down navigation
I'm trying to implement a drop down. The page is here: http://breteastman.com/ The tab
Stack, I'm having difficulty creating a good drop down navigation menu using only css.
I have a drop-down navigation that brings the user to the page selected in
I got this problem for my drop down menu, I was trying to set
I'm trying to create a dynamic drop down menu that pulls the city name
Here is the code I am using to add the drop down in the
I have created drop down menu, but it is not showing in home page
Ok here is what im doing. I am making a drop down menu which

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.