AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Aug 29, 2007 9:28 am Post subject: |
|
|
Your last menu item is defined as follows:
| Code: | {code:"Contact Us", url:"contactus.html", format:{"itemoff":[0,69],"size":[22,75]},
}, |
Note that hanging comma before last curly bracket: ECMAScript specification does not allow it, and IE strictly follows this statement. |
|