Menu works on one site, and not the other

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Statik
Beginner
Beginner
Posts: 3
Joined: Mon Jun 30, 2003 7:17 pm

Menu works on one site, and not the other

Post by Statik »

Hi all,

I'm in the process of moving to another server, so I'm redoing the site on the way. I need to know why the menu works on both sites in Mozilla just fine, in IE on the old site, and not in the new site.

http://www.statikonline.com = old site
http://secure.accuratewebhosting.com/~statikonline.tmp = new site

Any help appreciated

Statik
jraper
Beginner
Beginner
Posts: 7
Joined: Tue Jul 23, 2002 7:21 pm

Post by jraper »

I believe the problem is an extra space character is one of your Script calls.

In the page that doesn't work - in the second Script call - your code currently reads:

<script language="JavaScript" src="mmenu.js" type=" text/javascript"></script>

If you check closely, you'll see that you have a space between 'type="' and 'text/javascript"'. I think if you remove this space, it will work.

Cheers
Statik
Beginner
Beginner
Posts: 3
Joined: Mon Jun 30, 2003 7:17 pm

Post by Statik »

That's nailed it. Thanks!!!

Statik
Post Reply