Hola
La web es:
http://www.todohit.net/web/
La categoria y fecha del post, se muestran correctamete, encima de la imagen.
Pero, estoy modificando otro theme y trato de hacer lo mismo, copiando el css y modificandolo pero, no logro hacer eso.
Aqui una foto de como se muestra:
http://oi39.tinypic.com/1z6aziv.jpg
El codigo que tengo es:
Código PHP:
<div class="module_dates"><?php the_time('j / F / Y') ?></div>
<div class="module_category"><?php the_category(', '); ?></div>
<div class="module">
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
</div>
Y el codigo css que tengo es este:
Código:
#grid-content .module {
height: 95px;
width: 130px; /* This can also be set to "200px !important" if you want to override any inline re-scaling. */
overflow: hidden;
}
.module_dates{
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: none repeat scroll 0 0 white;
font-size: 8.5px;
height: 12px;
padding: 1px 1px 1px 2px;
position: absolute;
}
.module_category{
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: none repeat scroll 0 0 white;
font-size: 8.5px;
height: 12px;
padding: 1px 2px 1px 1px;
position: absolute;
}
Podrian ayudarme a ver que tengo mal?, se los agradeceria!.
Saludos!.
Ah por cierto, pobre con z-index:999; y nada de nada.