Log in

View Full Version : Need Help with Smart Menu and have a question



Eastbound
01-22-2005, 02:43 PM
http://dynamicdrive.com/dynamicindex1/sm/index.htm

I had a bit of trouble with the function of this script. The first menu worked fine, on mouse over, the menu opened. The additional menus would not open on mouse over or when clicked. Is there something in the code I can change to fix this? *Note: if I slide the curser slowly over the menu bar, I can sometimes get the other menu's to display, but only under the first menu bar.

:confused:

http://dynamicdrive.com/dynamicindex1/switchmenu.htm

My question about the Switch Menu script is: Is there any way to change the color of the drop down menu text? The blue which displays does not go with the page color scheme.

Thank you for your time! :p

CowboyJT
01-23-2005, 08:20 PM
You may want to check that you didnt accidently delete any peice of the script (even something as small as a quotation mark or bracket will throw it entirely off) - for the Smart Menu.

For the switch menu... If your talking about the links, yeah, its HTML code.
(I'd stick this inside the <body> tag, but, I can beleive you can put it in the <span> tag as well.)
link="#XXXXXX" Where XXXXX = the html color code for the original link
alink="#XXXXX1" XXXXX1 = the color code for an active link
vlink="#XXXXX2" XXXXX2 = the color code for a visited link.
(I dont have the any memorized, use google or yahoo and search for "HTML Color Codes" - Some people include the "#", others dont, so if you copy n paste, make sure there is only 1 "#".

Eastbound
01-26-2005, 04:04 PM
CowboyJT:

Thank you so much! I did get the Switch Menu going. I'll definitely re-copy the code for the Smart Menu.

Thanks Again!