Want transparent main menu but dropdowns to be solid.
Want transparent main menu but dropdowns to be solid.
I am needing a transparent menu. The header I guess you call it is what I need it for. I would like it to be transparent, but the drop down I want to be a solid color as you can see the text of the page that is behind the menu. Anybody know how to do this?
Simply define 2 styles, 1 for the main menu, and the other for the sub-menus.
See http://milonic.com/forum/viewtopic.php?t=2981 for more specific information, and also samples.
See http://milonic.com/forum/viewtopic.php?t=2981 for more specific information, and also samples.
John
Well I thought I had it fixed. The transparent thing is working fine, but my seperators aren't working.
my code for menu:
with(header=new mm_style()){
offcolor="#FFFFFF";
offbgcolor="none";
oncolor="#FFFFFF";
onbgcolor="none";
bordercolor="#000000";
borderstyle="none";
borderwidth=1;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=1;
high3dcolor="none";
low3dcolor="none";
pagecolor="#FFFFFF";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#FFFFFF";
separatorsize = 1;
separatorpadding = 1;
separatorcolor = "#000000";
I have the separators in there but nothing is showing up. Is there another code I am over looking that works along with the separators?
Here is a link to my menu http://www.lucnetsolutions.com
my code for menu:
with(header=new mm_style()){
offcolor="#FFFFFF";
offbgcolor="none";
oncolor="#FFFFFF";
onbgcolor="none";
bordercolor="#000000";
borderstyle="none";
borderwidth=1;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=1;
high3dcolor="none";
low3dcolor="none";
pagecolor="#FFFFFF";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#FFFFFF";
separatorsize = 1;
separatorpadding = 1;
separatorcolor = "#000000";
I have the separators in there but nothing is showing up. Is there another code I am over looking that works along with the separators?
Here is a link to my menu http://www.lucnetsolutions.com