PDA

View Full Version : IE 8 Errors


zerovenom
02-12-2010, 03:40 AM
The entire time I built my forums, added, edited, etc.. it was all through Firefox. So I decided to start looking at it through other browsers such as IE, Chrome, and Opera... looks good in all except IE 8. Well, only when it loads.

Sometimes IE 8 wont load my site at all and gives me an error. Other times it works just fine.

This is the error I get:

HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)

Anybody know what it means? Since my forum is still just a baby with only a small amount of actual users.. I can still work on it without worry, so if need be, I can start removing all mods one by one to see what the problem is.

I have a good feeling I know which one it is, but... Not completely sure.

If you'd like to take a look, my site is www.waloosh.com

BSMedia
02-14-2010, 12:57 AM
You're modifying document while it's being loaded (when browser hasn't "seen" closing tag for this element) . This causes very tricky situation in the parser and in IE it's not allowed.

The solution is to modify another element that's earlier in the document and has been loaded completely (where browser already saw closing tag for it).