Click to See Complete Forum and Search --> : Centering cascading menu


Nilo
11-27-2002, 12:41 PM
Hello,
I get the free cascading menu code to inset it on my web, was fine, just I would like that be in the center of page although resize the windows browser.
How can I do it...??
Thanks in advanced.

zachzach
12-24-2003, 02:04 PM
replace the line:

menu[0][0] = new Menu(false, '', 5, 0, 17, '#669999', '#006666', '', 'itemText');

with:

menu[0][0] = new Menu(false, '', 5, document.body.clientwidth/2, 17, '#669999', '#006666', '', 'itemText');

jrbk
05-22-2006, 10:15 PM
I just changed the line you suggested but it returns an error when I do. I went over it a few times to make sure that I didn't do it wrong. The error I get is "Object required"