Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Internet Explorer Loading Re: Internet Explorer Loading

#103294
Senff
Participant

Three things that break things in IE:

1. You’re loading the first script before the tag.
2. In the first script right after the tag, remove the comma after the last parameter: allow_resize: true,
3. You’re also loading that same script in main.js (also with the comma at the end).