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
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" />
Ken i am download entire code & make a changes in css but nothing is happend
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
Change this:
.ddsmoothmenu{
font: bold 12px Verdana;
background: #414141; /*background of menu bar (default state)*/
width: 100%;
}
to this:
background: #new color code;
And repeat this on other selectors.
Nancy O.
thnaks ken binney, nancy o