
Problems with PIE (last version)
I want to use PIE. When I wrote this code, it doesn't work. Shadow is not appeared in IE 7 or IE 8. The file PIE.htc is located: D:\Server\home\history.ru\www\css . I wrote: "AddType text/x-component .htc" in .htcaccess files, but it doesn't help, too.
Information from styles.css:
Code:
.god {
border: 1px solid #cc9966;
height: 90px;
width: 303px;
float: left;
left: 137px;
top: 20px;
background: url('images/proz.png') !important;
background-color: rgba( 255, 255, 255, 0.6);
position: relative;
zoom: 1;
box-shadow: #666 0px 2px 2px;
behavior: url (PIE.htc) ;}
Help me, please.