Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:59

Transparent BG with colored sub menu BG?


Poster: JesseLY
Dated: Friday July 28 2006 - 0:06:52 BST

I would like to have my top level BG set as transparent, but the BG color on the sub menu set to a color. Is there any way to do this without images? I know how to set the transparency, but can't figure out how to set a color for the BG only (the transparency affects all levels).

Thanks...

-Jesse


Poster: Ruth
Dated: Friday July 28 2006 - 12:31:01 BST

Hi,

Without your data file, it's kind of guesswork, but I would bet you are using only one style in all the menus, the same style in all the menus. If so, just make a different style and apply that to the submenus.

Take a look at the beginners forum, http://www.milonic.com/forum/viewforum.php?f=14

You want to take a look at the styling the menu ones. Probably the second part is all you need, though each is very short and easy to read.

Ruth

Transparent BG on sub menu only


Poster: JesseLY
Dated: Friday July 28 2006 - 22:50:18 BST

Thanks for the info, Ruth. I have looked at the styling menu but don't see anything on this specific situation. My data files are below.

In the top part I set the offbgcolor to blank, so it's transparent. In the second part, the sub-menu called Modern, I want the BG color to be gray. Currently I have an image for the BG, but would prefer to just use a color. I've tried a number of different approaches but can't find the right way.

Thanks...

-Jesse


with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#ffffff";
offbgcolor="";
offcolor="#ffffff";
offcolorsubmenu="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Modern")){
style=menuStyle;
overflow="scroll";
aI("text=Project ABC123ZZZ;bgimage=images/nav_BG_gray.gif");
aI("text=Project DEF456ZZZ;bgimage=images/nav_BG_gray.gif");
aI("text=Project GHI789ZZZ;bgimage=images/nav_BG_gray.gif");
aI("text=Project JKL101ZZZ;bgimage=images/nav_BG_gray.gif");

}




Ruth wrote:
Hi,

Without your data file, it's kind of guesswork, but I would bet you are using only one style in all the menus, the same style in all the menus. If so, just make a different style and apply that to the submenus.

Take a look at the beginners forum, http://www.milonic.com/forum/viewforum.php?f=14

You want to take a look at the styling the menu ones. Probably the second part is all you need, though each is very short and easy to read.

Ruth


Poster: Ruth
Dated: Saturday July 29 2006 - 3:14:49 BST

Hi,

You just posted only one style called menuStyle. Since you have only one style and that is the style you have applied to each menu they will all look the same. You can't make one style be different for different menus. You have to create two styles. That is what that part two was talking about, creating more than one style and using them in different menus.

From the section on doing styles in the beginners guide forum


Quote:
Probably the most used way to create a second style - and easiest in the sense that it is something with which most are familiar - is to highlight, copy and paste the existing style you created for your main menu, change the style name, then change all the aspects you want to be different.


So you'd copy and paste your menuStyle and rename it to something else other than menuStyle. Then you'd change the things you want different, in your case the background colors. Then in the submenus you'd tell them to use that style instead of menuStyle..... style=whatever you named the second style.

Ruth


Poster: Ruth
Dated: Saturday July 29 2006 - 7:04:00 BST

I just noticed you also have something called offcolorsubmenu="#000000";

That is not a menu parameter in the Milonic menu and won't do anything.

THere are links below my name to the different menu properties, style, menu and item.

Ruth