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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T18:07:39+00:00 2026-06-04T18:07:39+00:00

I have been given the task to recreate the following menu: I am just

  • 0

I have been given the task to recreate the following menu:

enter image description here

I am just not sure how to create the gradient. Done

Why cannot I see it in my code? http://jsfiddle.net/Vtr6d/

Currently I have:

CSS:

.mainOptions{
    float:left;
    margin:0 20px 0 20px;
    color:#fff;
    width:500px;
    height:50px;
    background:gray;
}
.mainOptions .composer{
    width:50px;
    height:40px;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#184C82), to(#022243));
}
.mainOptions .composerIcon{
    display:inline-block;
    width:14px;
    height:14px;
    background:url('../images/composer.png') no-repeat -96px -72px;
}
.mainOptions ul li{
    display:inline-block;
    padding:4px 10px 4px;
    border-radius:4px;
}
.mainOptions li a{
    text-decoration:none;
    font-size:13px;
    line-height:18px;
    text-align:center;
    vertical-align:middle;
}
.mainOptions li{
    width:140px;
    background-color:pink;
}

HTML:

<nav class="mainOptions">
                <ul>
                    <li class="composerIcon composer"><a href="#" style="margin-top: 2px; padding-top: 5px; padding-bottom: 5px;">Composer</a></li>
                    <li><a href="#">Address Books</a></li>
                    <li class="active"><a href="#" target="_self" title="View Messages Scheduled for Future Delivery">Scheduled Messages</a></li>
                    <li><a href="#" target="_self" title="Message Templates for you or your organisation">Templates</a></li>
                </ul>
            </nav>
  • 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-04T18:07:40+00:00Added an answer on June 4, 2026 at 6:07 pm

    Try this working in all browser.

    background: #184c82; /* Old browsers */
    background: -moz-linear-gradient(top,  #184c82 0%, #022243 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#184c82), color-stop(100%,#022243)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #184c82 0%,#022243 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #184c82 0%,#022243 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #184c82 0%,#022243 100%); /* IE10+ */
    background: linear-gradient(top,  #184c82 0%,#022243 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184c82', endColorstr='#022243',GradientType=0 ); /* IE6-9 */
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been given a task to create a bridge between C# and Java.
I have been given a task to write a program to automatically create a
I have been given a task to create a Python file that will take
I am not an expert on PHP. I have been given a task of
I have been given the task of adding functionality to an existing IIS 6.0
I have been given the task to design a database to store a lot
I have been given the task of re-writing some libraries written in C# so
I have been given the task of devising a custom forms manager that has
I have been given the task of converting a macromedia application to a web
I'm a little knew to SQL & PHP and have been given the task

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.