Ver Mensaje Individual
  #7 (permalink)  
Antiguo 19/02/2014, 10:21
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

jeje de nada ;)

ponle un margin-top negativo como esto:

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