In my template in only IE the background of my slider is white when it should not be no background at all except the body background. i have heard about this but have never had this problem before so any help or guidance would be greatly appreciated.
JavaScript is adding in a background color or white to help IE with the transitions, but you could remove that if you wanted to. It’s about 3 fifths of the way down the slider.js file.
I can’t guarantee it will help, though, as JS is not my area. I just checked your site in IE8 and it’s still the same. Have you tried this yet? I’m sure this forum will help you find a solution if the above doesn’t work.
i have tried this and it did work very well on my offline development version but i will upload the current version so you can check it out. also if you know of any good solutions for round corners in IE8 and below besides images i would be very interested in hearing your thoughts on the subject and what is best practice.
What have you done to set up PIE? It’s probably best to have a separate IE style sheet and add the necessary styles and link to the PIE file there, but I don’t see that on your site.
EDIT: ah, sorry, posted over you. Yes, I see it’s woring now.