Solved my own issue. I had to open tiny_mce.js. Searched for iframe, and found an area where I could insert the attribute.
The easiest way to do this is to open up your text editor and search for:
frameBorder:"0",
and directly after the comma add:
allowTransparency:"allowTransparency",
This solved my iframe transparency problems in IE.