Hi Michael,
Great Plugin!!
I was also getting the “white background” problem in IE (8-10) I’ve read and followed all of your suggestions and found the offending CSS..
I finally was able to fix it by changing the suggested fix from:
background: initial;
to..
background: transparent !important;
Hope that helps someone..