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:28

How to turn off Transparant Background


Poster: scootertiki
Dated: Thursday June 12 2003 - 21:38:34 BST

Hi,
Our menu has a white background, however the menu is transparant, and you can vaguely see the text behind the menu. I want to turn this off, so that it is solid white, and you cannot see anything behind the menu. How do I do this. This is the current settings for our menu. You can view the menu on our site, http://www.vocalbooth.com.

effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}
timegap=500 // The time delay for menus to remain visible
followspeed=5 // Follow Scrolling speed
followrate=40 // Follow Scrolling Rate
suboffset_top=10; // Sub menu offset Top position
suboffset_left=10; // Sub menu offset Left position
style1=[ // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"black", // Mouse Off Font Color
"ffffff", // Mouse Off Background Color
"ffffff", // Mouse On Font Color
"765374", // Mouse On Background Color
"000000", // Menu Border Color
11, // Font Size in pixels
"normal", // Font Style (italic or normal)
"bold", // Font Weight (bold or normal)
"Arial", // Font Name
4, // Menu Item Padding
"arrow.gif", // Sub Menu Image (Leave this blank if not needed)
, // 3D Border & Separator bar
"666666", // 3D High Color
"000099", // 3D Low Color
, // Current Page Item Font Color (leave this blank to disable)
"765374", // Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif", // Top Bar image (Leave this blank to disable)
"ffffff", // Menu Header Font Color (Leave blank if headers are not needed)
"000099", // Menu Header Background Color (Leave blank if headers are not needed)
addmenu(menu=[ // This is the array that contains your menu properties and details
"mainmenu", // Menu Name - This is needed in order for the menu to be called
125, // Menu Top - The Top position of the menu in pixels
175, // Menu Left - The Left position of the menu in pixels
75, // Menu Width - Menus width in pixels
1, // Menu Border Width
"center", // Screen Position - here you can use


Any Help would be greatly appreciated! (the menu is edited so that it was smaller-but it is set up correctly on our site.)
Thanks,
Liz :?


Poster: xMANIGHTx
Dated: Sunday June 15 2003 - 9:24:35 BST

Remove the:
Alpha(style=0,opacity=8);
In the effect declaration.