dhtmlxMessage positioning differs between IE9 and Chrome 26

Hi,

Is this the right place for questions regarding dhtmlxMessage?
Just installed DHTMLX Pro 3.6 and i’m trying out dhtmlx.message for the first time.

dhtmlx.message(“Some message text”);

When using Chrome 26 the message shows up with a yellow background in the top right corner of the browser window.
When using IE9 the message shows up with a white background in the bottom left below my form/body.

Is it possible to position the message in the same place regardless of browsers?
Is it possible to position the message top centered or top right of the browser window?

Regards, Åke

BTW, what is ‘jsMessage’?

Suddenly the appearance has changed on IE9.
Now the background is yellow and the disappearance ‘animation’ as in the picture below.


In Chrome the disappearance animation is the nice slideUp kind.

Regards, Åke

Message will work only in IE-standard mode, and will not works in quirks mode.
Be sure that you have valid doctype on page, so IE uses standard mode for rendering.

Thanks!

Using fixed this problem.
Now I just have to check that everything else is working with this doctype…

Regards, Åke

Sweet, now with icon and timestamp: