Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/02/2014, 10:08
Avatar de heinzy
heinzy
 
Fecha de Ingreso: marzo-2012
Ubicación: Mallorca
Mensajes: 49
Antigüedad: 12 años, 2 meses
Puntos: 0
Respuesta: Esquinas redondas en la tabla

podrias ponerle esto..

overflow: hidden a esta clase:

Código CSS:
Ver original
  1. .clubs-perfil div.detalles {
  2.     margin-top: 20px;
  3.     margin-left: 20px;
  4.     margin-right: 10px;
  5.   border-radius:15px;
  6. -moz-border-radius:15px; /* Firefox */
  7. -webkit-border-radius:15px; /* Safari y Chrome */
  8.   background:#eee;
  9.   overflow: hidden;
  10.  
  11. }

salu2