|
|
How customizable is it style in for dhtml navigation?
Return to Recent Questions
Q:
.How customizable is it style in for dhtml navigation, meaning, i have images i want
used for the top level navigation, and background images for the
rest. any way I can achieve this?
A:
Actually you can create any menu with Deluxe Menu. You can use Individual Styles to
create your menu. For example:
var itemStyles = [
["itemWidth=92px","itemHeight=21px","itemBorderWidth=0","fontStyle=normal 11px Tahoma", "fontColor=#FFFFFF,#FFFFFF","itemBackImage=data-vista-03.files/btn_magentablack.gif,data-vista-03.files/btn_magenta.gif"],
];
var menuStyles = [
["menuBackColor=transparent","menuBackImage=back.gif","menuBorderWidth=0","itemSpacing=1","itemPadding=0px 5px 0px 5px"],
];
Return to Recent Questions
Related:
- Dec 15, 2006 - I can't see floating menubar on my test page only direct links...
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
- July 12, 2007 - Is there a way to leave a main navigation item highlighted in the dhtml top menu?
- Oct 07, 2007 - How do I allocate the width of each "button" in dhtml menu navigation
- Oct 08, 2007 - May I can use PHP code in menu items of my dhtml website navigation menu?
- Oct 10, 2007 - I've got an xp style dhtml menue that I'm trying to place within a table
- Oct 23, 2007 - How I can style all dhtml meny items to have font bold when selected?
- Nov 10, 2007 - Is it possible to set dhtml navigation menu up so clicking a tab runs a function in my page?
- Jan 04, 2009 - Is it possible to call a JavaScript function from the dhtml navigation bar?
- May 07, 2009 - If I select one Subitem in the other dhtml navigation menu (opened) Subitem is closed. Is there a way to get this facility for Items too?
- Jun 08, 2009 - I've tried that in my dhtml menu maker and it keeps going to the bottom of the list.
|