Basically any dom manipulation functions that take an element as a parameter simply does not work in IE6, giving a "invalid argument" error.
I had to use insertHtml() and setHtml() as a workaround.
I had to use insertHtml() and setHtml() as a workaround.