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
Menu works on one site, and not the other
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
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