Tengo este estilo:
Cita:
Pero en IE no se ven los bordes redondeados./*
Estilo para botón
*/
.btn_quienes_somos {
border: 1px solid rgba(0,0,0,0);
text-shadow: 1px 1px 1px rgba(52,133,159,0.5);
-moz-border-radius: 10px;
-moz-box-shadow: 2px 2px 2px rgba(160,174,178,2);
-webkit-border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
height: 35px;
width: 180px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height: 40px;
margin-left: 5px;
}
.azul {
background-color: #46bde3;
color: #FFFFFF;
text-align: center;
cursor: pointer;
}
.azul:hover {
background-color: #3c9cbb;
color: #FFFFF;
}
/*
Fin
*/
Estilo para botón
*/
.btn_quienes_somos {
border: 1px solid rgba(0,0,0,0);
text-shadow: 1px 1px 1px rgba(52,133,159,0.5);
-moz-border-radius: 10px;
-moz-box-shadow: 2px 2px 2px rgba(160,174,178,2);
-webkit-border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
height: 35px;
width: 180px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height: 40px;
margin-left: 5px;
}
.azul {
background-color: #46bde3;
color: #FFFFFF;
text-align: center;
cursor: pointer;
}
.azul:hover {
background-color: #3c9cbb;
color: #FFFFF;
}
/*
Fin
*/
Como hago para que se vean en IE redondeados?
Gracias por su ayuda