아무도이 코드로 수직 오버플로가 발생하는 이유를 설명 할 수 있습니까?Chrome에서 패딩으로 Div 오버 플로우가 발생했습니다.
<html>
<body style="width:120px; height:120px; background-color:white;">
<div style="padding:20px; background-color:blue;">
<div style="width:100%; height:100%; background-color:white">
<div style="padding:20px; background-color:green;">
<div style="width:100%; height:100%; background-color:white">
</div>
</div>
</div>
</div>
</body>
</html>
크롬 8에서는이 같은 렌더링 :
완벽! 감사! – rob
당신은 환영합니다 :) – thirtydot
지난 3 시간 동안이 답변을 찾으 셨습니다. 1000 번 이상 감사합니다 !!! – jcmitch