
I added the code and my backgrounds went transparent?
With only one exception, when I added the code to use PIE for round corners and viewed the site in IE8, all the containers the code was applied to had their backgrounds set to transparent. That's my best description. The text is still there. It can be selected, and briefly while the page is loading everything looks fine (other than no round corners). Then the page goes dark. You can take a look at it at the following URL (it's a development site, sorry for the slow download).
http://24.32.220.119/WEBSITEObviously, the corners work fine in FireFox. But even the one graphic that isn't vanishing in IE8 has square corners. The code I'm adding:
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
behavior:url(PIE.htc);
border-radius : 5px;
If the "behavior" line exists, wonky site. If the "behavior" line is removed the site works, but square corners.
Any ideas?