Yes, well the problem is that it's changing your divs or spans to be a bunch of nested canvas tags :)
So the workaround is something like this
So in document.ready it assigned hoverover\out events to the elements you want...you might have to play with the selectors to make them specific enough...but same prinicpal. The good part about this though, is where the css :hover tag fails in IE6, the above will work fine :)
This is a snippit from the script