PDA

View Full Version : attempt to create TWO menu scripts made one dissapear !! help!!


chadbo
1-20-04, 04:19 PM
http://www.ncsu.edu/stud_orgs/crusade/

ok that's the link, there's supposed to be a menu around both "get involved" and "conferences" so i simply copied and pasted the script and changed the reference numbers from

" fw_menu_0.addMenuItem"

to

fw_menu_1.addMenuItem"

see if you can figure out how to get this to work - my source is kinda messy, sorry bout that - any help will be greatly appreciated

chad

YvetteKuhns
1-20-04, 06:54 PM
Your code is a mess! I see the menu for Conferences link. I do not see a menu for Get Involved link. You changed 0 to 1, but you didn't change the location or the menu choices!

window.fw_menu_1 = new Menu("root",147,21,"Verdana, Arial, Helvetica, sans-serif",14,"#990000","#ffffff","#ffffff","#990000");

147,21 are the coordinates for the menu
The lines after it are the link choices.

:D

chadbo
1-20-04, 08:46 PM
those are actually the numbers for the size of the menu (its dimensions)

i still can't get the first menu to appear - anyone else have any clue why not?

(jj)
1-21-04, 06:13 AM
You must have figured it out, because I'm seeing both menus, as long as I use IE that is.

Neither of the sub menus appear using Netscape or Mozilla, they hide behind your Flash.

YvetteKuhns
1-21-04, 12:56 PM
I see you figured out what I meant. JJ is right, though. It only works for IE the way you did it. But you got working anyway. :)