Click to See Complete Forum and Search --> : Help with Script for Pop Out Menu


figment7
04-22-2003, 08:49 AM
Need help quickly!

I've attached my menu.js file.

I need the first pop out menu and the submenu for "where to stay.gif" to have a purple background with white text for the off state and white background and purple text for the on state. also need the menu to pop up right under the "where to stay.gif" button and right now it appears relative to the mouse.

Thanks,
M

havik
04-22-2003, 12:31 PM
In the Menu function change these values:

this.fontColor = "white";
this.fontColorHilite = "purple";
this.menuItemBgColor = "purple";
this.menuHiliteBgColor = "white";

This should get you your desired highlighted colors. It appears that you gave these variables (ie: bg, bgh,...) so that you may edit them from elsewhere. If these are the final colors then I suggest leaving it as is, or if this is not the case then nevermind :D

Havik