HTML Parsing Error in IE 8

hi
if found a strange problem with the Toolbar and IE8 throwing a HTML Parsing Error
this error occures when you create a selectbutton in a toolbar and the container for toolbar [code]

[/code] and the script to initialise the toolbar and the selectbutton are wraped into another [code]
[/code] demo is attached.

Toolbar Version: //v.2.5 build 91111

Webpage error details

br, adrian
ie8error.zip (666 Bytes)

Hello,

try to call toolbar initialization code either on body “onload” or after the parent

tag is closed:

[code]


[/code]