Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/02/2012, 21:28
RGT
Usuario no validado
 
Fecha de Ingreso: noviembre-2008
Mensajes: 505
Antigüedad: 15 años, 4 meses
Puntos: 5
Respuesta: Problema al colocar imagen encima de otra imagen

Hola, perdoname, no publique mi codigo completo, tengo lo que dices en un div mira:

Código PHP:
  <div id="disco-aleatorio">
  

                <div class="featured"><img src="http://oi43.tinypic.com/148k6ld.jpg" alt="Logo" width="113" height="113" /></div>

                <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail('medium'); ?></a>
                
                <h2><a href="<?php the_permalink(); ?>" title="<?php the_title() ?>"><?php the_title(); ?></a></h2>


        <?php endwhile; endif; ?>

        <?php wp_reset_query(); ?>
        
  </div>
Todavia no se muestra correctamente, no se que hacer!