|
|
|
How I can change the background of the top level javascript scrolling menu?
Return to Recent Questions
Q:
Which parameters should I change so that the background of the top level
javascript scrolling menu names change their background?
A:
To change the background of the top level javascript scrolling menu items only
you should use Individual Item Styles.
For example, you have:
var itemStyles = [
["itemBackColor=#8C63D8,#CBB8ED","itemBorderColor=#8C63D8,#CBB8ED"], //style 0
];
var menuStyles = [
["menuBackColor=#8C63D8","menuBorderColor=#8C63D8"], //style 0
];
var menuItems = [
["Text;", "link", "", "", "tip", "target", "0", "0"],
["Text;", "link", "", "", "tip", "target", "0", "0"],
];
Where "0", "1" - style number in itemStyles.
Use DHTML Tuner application to create and assign Individual
Styles. You can find it in the trial package.
Return to Recent Questions
Related:
- March 12, 2009 - I don't understand, how can change place of the icon in button context menu...
- Apr 02, 2009 - Where can I change the font size of the top populate drop down menu items?
- Apr 03, 2009 - I would like to change the height of the submenu items in the web menus...
- May 04, 2009 - Which file(s) I should change to change the content of each drop down menu css tab?
- May 23, 2009 - Can I specify an image in place of text or background in my javascript drag drop?
- Jun 04, 2009 - I've tried to change the width of the images within the popup menu...
- Jun 15, 2009 - Is it possible to change the position of a menu item in the java drop down menus?
- Jun 22, 2009 - Where can I change the state of Vista 1 css dropdown menu?
- Jul 29, 2009 - Is there any way to change the font size of the submenu links in javascript for drop down menu?
- Aug 16, 2009 - I cannot change the background color of the menu without javascript
- Sep 12, 2009 - How I can change the background color of the website menus?
|