| 
       
          
                    How can I set the top-level hover menu items to be transparent?
       
      Return to Recent Questions
 
  
Q: 
How can I set the top-level hover menu items to be transparent?
 
  
A: 
	
You should create Individual Item and Submenu styles with transparent itemBackColor and assign it for the top items:
  
var itemStyles = [ 
    ["itemBackColor=transparent,transparent","itemBorderWidth=0","fontColor=#000000,#000000"], 
];
  
var menuStyles = [ 
    ["menuBackColor=transparent","menuBorderWidth=0"], 
];
  
 
 
  
Return to Recent Questions
           Related: 
         
         - Sep 02, 2006 - Little vertical spacers between menu items in the drop down menu.
 - Sep 26, 2006 - Why is the submenu has a different colour than menu items in the javascript menu bar?
 - Oct 01, 2006 - All of the items in html pull down menu are different sizes.
 - Oct 26, 2006 - I would like to load an iframe into one of the items in oncontextmenu.
 - Oct 28, 2006 - Subitems of the mouseover menu don't close when the mouse goes away...
 - Nov 03, 2006 - I want to use a Flash icon with sound next to the menu items in javascript list menu...
 - Nov 10, 2006 - I want to set the status bar messages to another than the link text from the xp menu items?
 - Nov 19, 2006 - How to display my javascript top menu without a border, but my subitems all have a border.
 - Nov 19, 2006 - Can I create a javascript menu code with one line of the subitems?
 - Nov 20, 2006 - We need to have 2 javascript hover menu on one page.
 - Nov 29, 2006 - Why the  background images disappear for a while after hovering over html menubar?
           
               
   |