Skip navigation
Currently Being Moderated

How can change background color Smooth Navigational Menu

May 4, 2012 6:47 AM

Dear all i am using Smooth Navigational Menu from third party,

Now i am try to gradiant organe color how can i do. plese help me

http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm

 
Replies
  • Currently Being Moderated
    May 4, 2012 7:27 AM   in reply to manojb05

    It is controlled by the CSS stylesheet for the menu

     

    <link rel="stylesheet" type="text/css" href="ddsmoothmenu.css" />

    <link rel="stylesheet" type="text/css" href="ddsmoothmenu-v.css" />

     
    |
    Mark as:
  • Currently Being Moderated
    May 4, 2012 10:33 AM   in reply to manojb05

    Did you

    open the Horizontal or vertical menu CSS file and

    change each #414141 color to your desired color and

    save it to your local site and

    upload the file to your remote site?

     

    Please post a link to your online page

     

    Thanks

     
    |
    Mark as:
  • Currently Being Moderated
    May 4, 2012 11:41 AM   in reply to manojb05

    Change this:

     

    .ddsmoothmenu{

    font: bold 12px Verdana;

    background: #414141; /*background of menu bar (default state)*/

    width: 100%;

    }

     

    to this:

     

    .ddsmoothmenu{

    font: bold 12px Verdana;

    background: #new color code;

    width: 100%;

    }

     

    And repeat this on other selectors.

     

     

     

    Nancy O.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points