Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/01/2011, 09:26
RGT
Usuario no validado
 
Fecha de Ingreso: noviembre-2008
Mensajes: 505
Antigüedad: 15 años, 5 meses
Puntos: 5
Respuesta: Por qué cuando el título es largo, toda la sección baja?. Ej en esta foto

Probé eso que dices y nó funcionó, sigue dejando el espacio.

Aqui te dejo mi codigo:

html:

Código PHP:
            <div class="post">
            <div class="home_thumb"><a href="<?php echo main_image_link() ?>" title="<?php the_title(); ?>"><?php echo thumb_image() ?></a></div>
                <h2 class="title"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" accesskey="<?php echo $access_key$access_key++; ?>"><?php the_title(); ?></a></h2>
                <div style="margin-top:5px;">
                <span class="hora"><?php echo mi_fecha_enlazada(); ?></span> | <span class="categoria"><a href="category/<?php $category get_the_category(); echo $category[0]->cat_name?>"><?php $category get_the_category(); echo $category[0]->cat_name?></a></span>
                </div>
            </div>
css:

Código:
.post { background: #f5f5f5; border-bottom: 1px solid #c6d9e9; padding: 8px; padding-bottom:75px; }
h2.title { margin: 0; }

.home_thumb {
	float:left;
	margin:0 15px 15px 0;
	border:1px solid #333;
	width:100px;
	height:100px;
	overflow:hidden;

}
.home_thumb img {width:100px;height:100px;}
Espero su ayuda....