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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:32:44+00:00 2026-06-03T02:32:44+00:00

I have web page i want to add the drop down menu On Reference

  • 0

I have web page i want to add the drop down menu On Reference button i am using following code for css
I want like this website given template I am new to css please help

http://www.psdgraphics.com/templates/black-horizontal-html-and-css-dropdown-menu/

This is the CSS File

   .menu {
float:right;
margin: 39px 18px 0 0;
height:47px;
background-repeat:no-repeat;
   }



    .menu ul li {
list-style:none;
float:left;
    }



   menu.sub-menu {
visibility: hidden;
position: absolute;
padding:10px;
top: 48px;
left: 0;
z-index: 598;
background: #353535 url(images/dropdown-list-bg.gif) repeat-x left top;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
 }

    .menu ul li a {
text-decoration:none;
display:block;
    }


    .menu .active {
text-decoration:none;
background-image:url();
    }

   .menu .stix {
width:2px;
font-size:0px;
background-image:url(image/seperator.gif);
background-repeat:no-repeat;
padding:0;
height:47px;
    }

below is my HTML code

<div class="menu">
    <ul>
        <li class="stix"></li>
        <li><a href="#page_one"><img src="image/overview_active.png" /></a></li>
        <li class="stix"></li>
        <li><a href="#page_two"><img src="image/strategy.gif"/></a></li>
        <li class="stix"></li>
        <li><a href="#"><img src="image/draxxin.gif"/></a></li> 
        <li class="stix"></li>
        <li><a href="#"><img src="image/excede.gif"/></a></li>
        <li class="stix"></li>
        <li><a href="#"><img src="image/results.gif"/></a></li>
        <li class="stix"></li>
        <li><a href="#"><img src="image/reference.gif"/></a></li> 
        <li class="sub-menu">DRAXXIN</li>
        <li class="stix"></li>
    </ul>
</div>
  • 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-03T02:32:45+00:00Added an answer on June 3, 2026 at 2:32 am

    HTML

    <div id="wrapper">
        <div id="navMenu">
        <ul style="height: 30px; width: 308px">
        <li id="wrapper1" style="left: 0px; top: 0px; width: 150px; height: 31px"><a style="color:black" href="#">Products</a>
        <ul>
        <li id="wrapper3"><a href="#">Link 1</a></li>
        <li><a href="#">Link 2</a></li>
        <li><a href="#">Link 3</a></li>
        <li><a href="#">Link 4</a></li>
        <li><a href="#">Link 5</a></li>
        <li><a href="#">Link 6</a></li>
        </ul>
        </li>
        <li id="wrapper4"><a style="color:black" href="#">Products</a>
        <ul>
        <li id="wrapper3"><a href="#">Link 1</a></li>
        <li><a href="#">Link 2</a></li>
        <li><a href="#">Link 3</a></li>
        <li><a href="#">Link 4</a></li>
        <li><a href="#">Link 5</a></li>
        <li><a href="#">Link 6</a></li>
        </ul>
        </li>
        </ul>
        </div>
        </div>
    

    CSS

    #navMenu{
        margin:0;
        padding:0;
    }
    #navMenu ul{
        margin:0;
        padding:0;
        line-height:30px;
    }
    #navMenu li{
        margin:0;
        padding:0;
        list-style:none;
        float:left;
        position:relative;
        background:#3A4956;
    }
    #navMenu ul li a{
        text-align:center;
        color:black;
        text-decoration:none;
        font-family:"Comic Sans MS";
        height:30px;
        width:150px;
        display:block;
        border-bottom:1px black solid;
    }
    #navMenu ul li a:hover{
        color:white;
    }
    #navMenu ul ul{
        position:absolute;
        visibility:hidden;
    } 
    #navMenu ul li:hover ul{
        visibility:visible
    }
    #wrapper1{
        border-radius:8px 0 0 0;
        border-right:1px black solid
    
    }
    #wrapper4{
        border-radius:0 8px 0 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a menu on a web page and I want to add some
Using CSS style Sheet I have the button images, I want to add a
I have an <input> field in my web page, and I want to add
I have asp.net web page on home page i want to add articles and
I have a web page and I want to add a nice turning page
I have an asp.net web application, in that I want to add a page
I have a web page where I want to switch the background image of
I have a web page with a bunch of links. I want to write
I have a web page. When this web page is loaded, I want to
I have a text box on a web page, whose value I want to

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.