Forums Archive Index > SmartMenus v4.x General > colours of menu (with frame support)

Author: Drago_nazGul

Date: 4 Jun 2003 7:48 am

how do i change the overall colour of the menu, not once it has expanded just when it is opened at first it is purple how do i change that colour ? and i noticed that the writing aka, search etc is an image, so will i have to create images for all of my links ?


Author: Drago_NazGul
Subject: hmmmm

Date: 4 Jun 2003 5:42 pm

no reply's :'(


Author: smartmenus

Date: 5 Jun 2003 9:16 am

All menu colours and extras are configured by editing the "s_arrays.js" file (use a simple text editor to open it- like Notepad).

You don't need to use images to show the menus if you don't want to. You can use text links, too.


Author: Drago_NazGul

Date: 6 Jun 2003 12:32 pm

ok, so how do i use text instead of images ? also if i change : s_add(
'Home', // NAME
1, // LEVEL (look at IMPORTANT NOTES 1 in the Manual)
130, // WIDTH
-1, // TOP (look at IMPORTANT HOWTOS 4 in the Manual)
0, // LEFT (look at IMPORTANT HOWTOS 4 in the Manual)
false, // menu is PERMANENT (you can only set true if this is LEVEL 1 menu)
s_CSS1, // Stylesheet Array to use for this menu
[ // define the items [link info,text to display]
['http://www.google.com/','Google'],
['http://www.yahoo.com/','Yahoo!'],
['http://www.altavista.com/','Altavista'],
['http://www.search.com/','CNET Search.com'],
['http://www.webcrawler.com/','Webcrawler'],
['http://www.lycos.com/','Lycos'],
['http://www.hotbot.com/','Hotbot']
]
);


if i change the Home bit the menu stops showing :S