IE 6.0 vs Opera

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

IE 6.0 vs Opera

Post by bobwill »

I have converted to Menu V5.0 and am now having problems with IE 6.0 getting error messages and not in other browsers.

My url is http:///www.baseball.legion.org/

The index loads fine. But when I go to the "Rules and Forms" menu and then to the sub-menu "Legion" I get an error. Not in Opera. The error message states line 11, character 12, expected ";". I do not know what file is the problem, since it works fine in Opera.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Just 2 // in your link - /// makes it a bit tough on the browser... :)

What exactly are you doing with this...

Code: Select all

<!--var baseurl="http://www.baseball.legion.org/";
Whatever, I don't believe that syntax is correct.

Also, technically, the aI statements should look like this...

Code: Select all

aI("text=Legion;url=/alb_rules.htm;status=2003 Rules;separatorsize=1;");
Note you are missing 2 ; at the end.

I don't have IE6 to look at your page, but the specific error you mentioned is running fine in OS X/Safari (as is everything else).

BTW, thank you for licensing the menu!
John
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hey Bob,

Nice to visit the ol' American Legion Baseball site again... you're just a menu monger aren't you!

I think that the problem is not with the menu, but with that particular page itself. The ab_rules.htm file has a minor error on line 10. Change

Code: Select all

// **
to

Code: Select all

/*
and see if that fixes it.

Hope that helps,

Kevin
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

Thanks for your input. The "baseurl" was commented out. It was a hold over from the old Ver 3 menu.

The problem existed within the "Comments". Not the correct syntax for comments. IE Browser thought they were some type of commands. Opera did not care and ignored.

Things are back to normal.
Post Reply