The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
IE 8 Errors
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: Code:
HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) 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 |
#2
|
|||
|
|||
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). |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|