이 글에서는 CSS 및 HTML 설정 내에서 세로 텍스트 오버플로를 확인하는 방법에 대해 자세히 알아봅니다.
div.rounded {
background-color: #FFF;
height: 123px;
width: 200px;
font-size: 11px;
overflow: hidden;
}
Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Phasellus vel quam vestibulum orci blandit laoreet.
function GetContainerSize() {
var container = document.getElementById("tempDiv");
var message =
"The width of the contents with padding: "
container.scrollWidth
"px.\n";
message =
"The height of the contents with padding: "
container.scrollHeight
"px.\n";
alert(message);
}
이 주제에 대한 자세한 내용은 다음 스크립트를 참조하세요.
[오버플로 문서](http://help. dottoro.com/ljbixkkn.php)부인 성명: 제공된 모든 리소스는 부분적으로 인터넷에서 가져온 것입니다. 귀하의 저작권이나 기타 권리 및 이익이 침해된 경우 자세한 이유를 설명하고 저작권 또는 권리 및 이익에 대한 증거를 제공한 후 이메일([email protected])로 보내주십시오. 최대한 빨리 처리해 드리겠습니다.
Copyright© 2022 湘ICP备2022001581号-3