2011-04-26 4 views
1

div 크기 조정 및 부동 문제가 있습니다. 나는 작은 텍스트가있을 때 그것은 OK입니다 :
SEE IMAGE
만 보면 내가 큰 텍스트가 때 발생하는
SEE IMAGEDIV 부동 및 사이징 문제

HTML :

<div class="news"> 
    <div class="img"> 
     <img src="url"> 
    </div> 
    <div class="wrap"> 
     <div class="title">TITLE</div> 
     <div class="text">TEXT</div> 
    </div> 
</div> 

CSS :

.news{ 
    float:left; 
    padding:5px 5px 2px 5px; 
    margin-bottom:10px; 
} 
.news > .img{ 
    float:left; 
    width:75px; 
    margin-right:5px; 
} 
.news > .img > img{ 
    height:75px; 
    width:75px; 
} 
.news > .wrap{ 
    float:left; 
} 
.news > .wrap > .title{ 
    font-size:14px; 
} 
.news > .wrap > .text{ 
    text-align:justify; 
} 

도와주세요 ..

답변

0

.

+0

을 시험 할 것이다 .wrap는 diwth에서 dinamic이어야한다. –

0

시도 :

.news { 
    float:left; 
    padding:5px 5px 2px 5px; 
    margin-bottom:10px 
} 
.news .img { 
    float:left; 
    width:75px; 
    margin-right:5px; 
} 
.news .wrap .title { font-size:14px; } 
.news .wrap .text { text-align:justify; } 
0

뉴스 DIV에 100 % 폭을 지정

또는

올바른 폭 랩 사업부 줘