I noticed the following strange behaviour when applying CSS3PIE to the Typo3 extension jcarousel
(which basically uses jquery jcarousel plugin).
When I am loading the page in IE 7 or IE 8 I do not see the images in JCarousel having rounded borders (want to apply border-radius on them) but when I go to the IE developer toolbar and change there any CSS property by unchecking it the images get the rounded borders.
My question now is: How can I get the images to have rounded borders directly when loading the page?
I already looked at jQuery cycle plugin paging + CSS3PIE but I do not know where to search for a similar place in one of the included js-Files the extension uses.
Moreover I think on the fact that it works once a CSS property is unchecked in IE developper toolbar. Does anyone know how the IE works or can get a conclusion from this fact that might help me.
I appreciate any of your answers and am looking forward to it :)
Thank you in advance :)