2014-02-06 2 views

답변

2

은 ...

#panelwrap { 
    float: right; 
    margin-top: 5px; 
    margin-right: 10px; 
    width: 200px; 
    height: 595px; /* remove this or set as auto */ 
    margin-bottom: 5px; 
} 

... 그를 제거하고 내용이 확장됩니다.

1

#panelwrap에서 height을 명시 적으로 설정하고 있습니다. 제거하거나 auto (기본값 : height)으로 설정하십시오.

+0

화려한 - 감사합니다! 그리고 감사합니다 @Dijon – barbeluk1

관련 문제