Hallo,
I just installed CSS3Pie on my site and trying to work it our. Unfortunately I have run into some problems. I have a div which includes a table. The div has rounded corners and shadow. I also use the a gradient to fill the div. But... the shadow seems to work but the rounded corners and gradient background do not... Pls any ideas, I know that I am doing something wrong ...I just cannot find it
#footer-table {
background-color: #751D18; /* fallback color */
background: url("/images/default/footer-gradient2.png") repeat-x scroll 0 0 #FFFFFF; /* fallback image */
background:-webkit-gradient(linear,left bottom,left top,color-stop(0.42, rgb(143,31,27)),color-stop(0.75, rgb(117,29,24)));
background:-moz-linear-gradient(center bottom,rgb(143,31,27) 42%,rgb(117,29,24) 75%);
-pie-background: linear-gradient(#751D18, #8F1F1B); /*PIE*/
border-top: 5px #F7DB6B solid;
padding: 2%;
color: #FFFF;
-moz-box-shadow: rgba(0,0,0,0.50) 1px 1px 5px 5px;
-webkit-box-shadow: rgba(0,0,0,0.50) 1px 1px 5px;
box-shadow: rgba(0,0,0,0.50) 1px 1px 5px 4px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
border-radius:10px;
behavior: url(/cache/PIE/PIE.htc);
}
Thank you in advance !!!!