
Issue with IE8 and jQuery loading content dynamically
I have been using CSS3 pie for awhile now and have gotten it to work everywhere else except in this one particular case. Basically whenever I am loading content on the page dynamically in a template style, the css3 pie features I am using in this case linear-gradient and border-radius do not get applied to my buttons, I am using the <button> tag with type="button". All of the other buttons on the page are displaying correctly and they are using the exact same class for the styles but for the buttons that are being placed on the page dynamically they do not have the styles applied correctly. I have position relative on parent and child elements. I also tried the z-index fix and because this is meant for a product page which could have hundreds of these buttons shown I have -pie-lazy-init:true; to help get the loading time down significantly.
Basically my question is if you are loading content dynamically and your CSS is loaded first before the javascript, is this the issue as to why the buttons are not being rendered correctly? Any help would be greatly appreciated as I have been spending a lot of time trying to figure this out

.
Thanks!