por qu a mi no me funcionaa en IE8?
Código CSS:
Ver original#footer1{
position:relative;
-webkit-border-radius: 20px 20px 0;
-moz-border-radius: 20px 20px 0px 0px;
border-radius: 20px 20px 0;
left:0px;
color:black;
width:970px;
height:102px;
list-style: none;
margin: 0px auto;
background: #11a5c0; /* Old browsers */
background: -moz-linear-gradient(top, #11a5c0 0%, #0f788c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11a5c0), color-stop(100%,#0f788c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #11a5c0 0%,#0f788c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #11a5c0 0%,#0f788c 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #11a5c0 0%,#0f788c 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a5c0', endColorstr='#0f788c',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #11a5c0 0%,#0f788c 100%); /* W3C */
behavior: url(PIE.htc);
}