View Single Post
  #2   Spotlight this post!  
Unread 13-07-2003, 00:04
piotrm's Avatar
piotrm piotrm is offline
Registered User
AKA: Piotr Mardziel
FRC #0190 (Gompei and the HERD)
Team Role: College Student
 
Join Date: Dec 2002
Rookie Year: 2001
Location: Dudley, MA
Posts: 96
piotrm has a spectacular aura aboutpiotrm has a spectacular aura about
Send a message via AIM to piotrm
add this to around line 60-65:

Code:
<script type='text/javascript'>

var this_page = "Home"; // this is added; change this on every page to reflect which page this is; make sure you enter exactly what that page's menu text is (case sensitive and all that)

function Go(){return}
and around line 520 - 526 (after adding the previous stuff):

Code:
		c=FontSubLowColor;
		d=FontSubHighColor}
	if (MemVal == this_page) {   // this is added
	        a=HighBgColor;       // this is added
	}                            // this is added
	this.LoBck=a;
	this.LwFntClr=c;
hope this helps; this menu thing looks quite complicated and such...