Where is the Referer Item and how do i get it to work

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Where is the Referer Item and how do i get it to work

Post by Andy »

Well I have now upgraded to 3.3.11. Everything works fine except that Ihave users that would like toknow where they are in the menu. I can't get the referer thing to work. So you never know where you are in the menu. Your last choice is never highlighted.

Heeeelp...
edwin_koppers@<NOSPAM&
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:52 pm

Re: Where is the Referer Item and how do i get it to work

Post by edwin_koppers@<NOSPAM& »

As long as you set colors in the 2 referer variables it should work fine. Do you have a site we can look at? A url to examine makes troubleshooting much much easier.
Yadin
matt@mysecretbase.com
Beginner
Beginner
Posts: 8
Joined: Sun May 19, 2002 7:23 pm

Re: Where is the Referer Item and how do i get it to work

Post by matt@mysecretbase.com »

Well the site is on a intranet so that cannot be done. But I'll paste the code.. BTW there is no indication to referal in th new version. This is some of my code. It should be enough

Cheers



timegap=500 // The time delay for menus to remain visible
followspeed=5 // Follow Scrolling speed
followrate=40 // Follow Scrolling Rate
suboffset_top=5; // Sub menu offset Top position
suboffset_left=10; // Sub menu offset Left position

style1=[ // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff", // Mouse Off Font Color
"cc0000", // Mouse Off Background Color
"ffffcc", // Mouse On Font Color
"443F5C", // Mouse On Background Color
"000000", // Menu Border Color
10, // Font Size in pixels
"normal", // Font Style (italic or normal)
"normal", // Font Weight (bold or normal)
"Verdana,Tahoma,Helvetica", // Font Name
3, // Menu Item Padding
"/joel/scripts/arrow.gif", // Sub Menu Image (Leave this blank if not needed)
, // 3D Border
Post Reply