How can I set the top-level items to be transparent for the dhtml dropdown?
Return to Recent Questions
Q:
How can I set the top-level items to be transparent for the dhtml dropdown?
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"],
];
More info you'll find here:
http://deluxe-menu.com/individual-item-styles-info.html
http://deluxe-menu.com/individual-submenu-styles-info.html
Return to Recent Questions
Related:
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Nov 10, 2006 - I want to set the status bar messages to another than the link text from the xp menu items?
- Dec 11, 2006 - How to add the new items to the dhtml vertical menu without using two data.js files?
- Feb 24, 2007 - I should like that the active item were underlined in the java script tree
- March 04, 2007 - For some reason all of the javascript dhtml menu items are squished together
- April 16, 2007 - when I set dmObjectsCheck=1 and I click on a dhtml drop down menu nothing happens!
- May 02, 2007 - Is there any way can we display sublevel menu items on mouse over in dhtml tab menu
- May 02, 2007 - How can I set different parameters for diferent items in my javascript drop down
- May 15, 2007 - Can the main java script menu items be set so they are all the same width?
- May 18, 2007 - What I try to make is a menu dhtml with items having a border of only 1 px
|