Menu now working on windows

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
adydas
Beginner
Beginner
Posts: 2
Joined: Wed Sep 08, 2004 3:45 am

Menu now working on windows

Post by adydas »

Just installed the menu. I love it! Works great on my MAC but doesn't even show up on the PC. Anyone have any suggestions? My site is

http://www.lawresearchgroup.com
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

In your menu.js file you have position=relative. put it in quotes and close it. position="relative";

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

Post by John »

You're getting a JS error.

Try...

Code: Select all

position="relative";
You left out the " " (most important) and ; .
John
adydas
Beginner
Beginner
Posts: 2
Joined: Wed Sep 08, 2004 3:45 am

Post by adydas »

Thanx for the quick response guys, works great now!
Post Reply