How to change bg colors and still maintain gradient

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
sherrylee
Super Advanced
Super Advanced
Posts: 31
Joined: Mon Dec 17, 2007 1:45 pm

How to change bg colors and still maintain gradient

Post by sherrylee »

with(menuStyle=new mm_style()){
align="left";
bgimage="http://milonic.com/menuimages/purplegrad3d.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
I would like to change the color scheme from purple in this code to green, and still keep the gradient effect. Where and how do I make the changes? I can get the color to change to green, but not the gradient effect.

Thank you,
Sherry

fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="http://milonic.com/menuimages/sqaur ... ck_5x5.gif";
imagepadding=4;
offbgcolor="#ffffff";
offcolor="#000000";
oncolor="#000000";
outfilter="fade(duration=0.5)";
pagecolor="black";
subimage="http://milonic.com/menuimages/purpgradwhite.gif";
subimagepadding=5;
}
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: How to change bg colors and still maintain gradient

Post by John »

First, please do NOT call any files or graphics from the Milonic servers; e.g., http://milonic.com/menuimages/purpgradwhite.gif. All files must be downloaded to your server and called from there.

As to your question, once you have the file(s) downloaded you will have to make the changes to the graphic locally, and then upload the new version to your server. In some cases, depending on the graphic, you will have to create a new one from scratch.
John
Post Reply