
Can't get pie to work. Just one web page shown here
I'm making a website, and added pie, but it's not working.
here is the CSS:
#slideshow img, #index_top, #index_bottom
{
border:4px solid #c4c8cc;
-moz-border-radius:15px;
-webkit-border-radius:15px;
behavior:url(PIE.htc);
}
Here is the webpage:
http://www.rightfitcareers.orgThere are 2 div boxes and one img box on that first page. They are still square in IE8
The HTC file is in the route directory (same path as the other HTM files).
If anyone can take a quick look, I'd appreciate it.
Thanks!