Apologies for my lack of experience as a beginner programmer and any language errors due to not being a native English speaker.
I have a web page that, when certain click events occur, it triggers some JavaScript and loads content into an iframe using PHP. The iframe also runs additional JavaScript actions on itself and the parent page. While everything works smoothly in Firefox, I'm noticing major slowdowns in Internet Explorer. One key feature is changing the opacity of images on mouse up, but IE takes over 2 seconds to display the new opacity. Why is this happening? And more importantly, how can I resolve this issue?
Thank you in advance, Irene