| 
      Return to Recent Questions Is this transparent feature there for individual submenu styles or for individual menu items in scrolling menu? 
 
 Q:
Is this transparent feature there for individual submenu styles or for individual menu items in scrolling menu? I want that.
 
 A:
 
See, you can use "transparent" value instead of any color in the main
menu parameters and in Individual styles.
 
 var menuBackColor="transparent";
 var menuBorderColor="transparent";
 var itemBackColor=["transparent","transparent"];
 var itemBorderColor=["transparent","transparent"];
 var moveColor="transparent";
 var shadowColor="transparent";
 
 var itemStyles = [
 ["itemBackColor=transparent,transparent","itemBorderColor=transparent,transparent"],
 ];
 
 var menuStyles = [
 ["menuBackColor=transparent","menuBorderColor=transparent"],
 ];
 
 
 
 
 
 Return to Recent Questions
 
 Related:
 
 
         Nov 04, 2006 - There are the features that, unfortunately, cannot be done in javascript drop menu...
Nov 21, 2006 - How are this javascript scrolling menu compatible with Frontpage 2003?
Dec 04, 2006 - With the licensed .js files of menu dhtml the status bar on IE shows "Error on page".
Dec 27, 2006 - We want to know if we can make the background on your menu html code transparent?
Jan 25, 2007 - Is there a way to use smartscrolling function on the MAIN javascript sliding menu?
Feb 02, 2007 - Is there something special I need to do with your transparent menu in an iFrame?
Feb 12, 2007 - There seems to be a 'glitch' with my transparent drop down menus when I use Firefox.
March 16, 2007 - How multiple users could get varying transparent menus using file driven approach
April 03, 2007 - I see "Incorrect Copyright" message in IE7 in the scrolling menus.
Aug 30, 2007 - What parameter do I change to set the transparent background in expanding dhtml menu?Oct 09, 2007 - I need to know how to have the background in the drop down horizontal menu transparent |