Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/11/2012, 21:02
asalto_27
 
Fecha de Ingreso: septiembre-2012
Mensajes: 12
Antigüedad: 11 años, 7 meses
Puntos: 0
Problema con la position absolute dentro de una lista

Hola Tengo el suguiente Problema con la position absolute dentro de una lista:

El estilo solo lo toma para los div de la primera fila:

http://dozen.cl/dozen/clases.php

/***********Css************/
.ContClases{
float: left;
overflow: auto;
width: 100%;
height: auto;
background: red;
padding-bottom: 15px;
}

.ContClases ul{
background-color: #181818;
float: left;
width: auto;
height: auto;
padding-left: 18px;
padding-bottom: 18px;
}
.ContClases ul li{
float: left;
width: 304px;
height: 196px;
margin-right: 16px;
margin-top: 17px;
background:white;
}
.ContImgClase{
float: left;
width: 304px;
height: 196px;
}
.TxtImgClase{
background: rgba(43, 40, 40, 0.29);
position: absolute;
width: 304px;
height: 88px;
top: 720px;
}
.TxtImgClase p{
text-align: center;
color: #0A8F9B;
font-size: 24px;
width: auto;
margin-top: 15px;
margin-bottom: 10px;
height: auto;
}
/************Gracias******************/