Ver Mensaje Individual
  #9 (permalink)  
Antiguo 08/08/2011, 15:57
Avatar de juan_14nob
juan_14nob
 
Fecha de Ingreso: abril-2010
Mensajes: 552
Antigüedad: 14 años
Puntos: 6
Respuesta: border-radius en ie8

Cita:
Iniciado por emprear Ver Mensaje
eso es lo que hago pero no funciona...


Código CSS:
Ver original
  1. #footer1{
  2. position:relative;
  3.  
  4. behavior: url(PIE.htc);
  5.  
  6. -webkit-border-radius: 20px;
  7. -moz-border-radius: 20px;
  8. border-radius: 20px;
  9. left:0px;
  10. color:black;
  11. width:970px;
  12. height:102px;
  13. list-style: none;
  14. margin: 0px auto;
  15. background: #11a5c0; /* Old browsers */
  16. background: -moz-linear-gradient(top, #11a5c0 0%, #0f788c 100%); /* FF3.6+ */
  17. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11a5c0), color-stop(100%,#0f788c)); /* Chrome,Safari4+ */
  18. background: -webkit-linear-gradient(top, #11a5c0 0%,#0f788c 100%); /* Chrome10+,Safari5.1+ */
  19. background: -o-linear-gradient(top, #11a5c0 0%,#0f788c 100%); /* Opera11.10+ */
  20. background: -ms-linear-gradient(top, #11a5c0 0%,#0f788c 100%); /* IE10+ */
  21. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a5c0', endColorstr='#0f788c',GradientType=0 ); /* IE6-9 */
  22. background: linear-gradient(top, #11a5c0 0%,#0f788c 100%); /* W3C */
  23.  
  24.  
  25. }