I'm using PIE.js to force IE7 to use CSS3 styles. However, whenever an element on my SharePoint page contains the class that PIE is supposed to style, it actually inserts the code into the html when rendered. Then upon editing the page, the code is added again on top of the old code. So at first I start with a simple tag with a class, then I end up with 200+ lines of code.
The question: How can I prevent SharePoint from literally writing the rendered code from the javascript?
I know this is a larger issue than just PIE.js...any javascript append or prepend actually prints the code in SharePoint.