Merhaba arkadaşlar

BussinessNews temasında oynamalar yapıp kendi scriptime entegre etmeye çalışıyorum. Bir sorunla karşılaştım haber başlıkları 3 satır olduğunda alt satırlardaki haberler kayıyor.

Ekran görüntüsü şu şekile geliyor yani.



Kodlarda böyle, nasıl bir değişiklik yapabilirim yardımcı olursanız çok sevinirim.

.block_news_post {width:140px; height:auto;}
.block_news_post p {padding-bottom:0px;}
.block_news_post .f_pic {
	margin-bottom:9px;
	padding:1px;
	display:inline-block;
	position:relative;
	
	background-color:#ffffff;
	border:4px solid #f2f2f2;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	behavior:url(js/PIE.htc);
	
	line-height:0px;
}
.block_news_post .category {padding-bottom:4px; font-size:9px; color:#5a8ea1; text-transform:uppercase;}
.block_news_post .category a {font-size:9px; color:#5a8ea1; text-transform:uppercase;}
.block_news_post .title {padding-bottom:13px; color:#383838; font-weight:bold; line-height:17px; text-transform:capitalize;}
.block_news_post .title a {color:#383838; font-weight:bold;}
.block_news_post .title a:hover {color:#f24024; text-decoration:underline;}
.block_news_post .info {height:42px; border-top:1px solid #f0f0f0;}
.block_news_post .date {height:42px; float:left;}
.block_news_post .date p {font-size:11px; color:#868686; line-height:42px;}
.block_news_post .date a {font-size:11px; color:#868686;}
.block_news_post .views {height:42px; line-height:42px; padding-left:21px; float:right; display:block; background:url(images/icon_view_1.png) no-repeat 0px 16px; font-size:11px; color:#8a8a8a;}