Help Needed....

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
portisphere
Beginner
Beginner
Posts: 3
Joined: Wed Dec 07, 2005 7:56 pm
Location: Your Local Kentucky Fried Chicken
Contact:

Help Needed....

Post by portisphere »

I have setup my menu and it returns an error once you use the menu to click through to a page. The site is located here:
http://www.portisphere.com/redcross/

the error is:
Line : 36
Char: 2
Error : 'ns4' is undefined
Code: 0

Any help would be Greatly appreciated...
portisphere
Beginner
Beginner
Posts: 3
Joined: Wed Dec 07, 2005 7:56 pm
Location: Your Local Kentucky Fried Chicken
Contact:

Post by portisphere »

bump.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

You have 2 different sets of menu calls in there - 1 in the head, which is basically a dead-end, and the other in a div (which the menu doesn't like) which is inside a td (which is improperly coded). See http://milonic.com/tablemenu.php for the proper way to do this.
John
portisphere
Beginner
Beginner
Posts: 3
Joined: Wed Dec 07, 2005 7:56 pm
Location: Your Local Kentucky Fried Chicken
Contact:

Post by portisphere »

Thanks for your response. I will check that out!
Post Reply