div 글자 넘칠때 밑으로 안넘어가게 하기 > 웹개발

본문 바로가기

회원로그인

회원가입

웹개발

CSS div 글자 넘칠때 밑으로 안넘어가게 하기

페이지 정보

profile_image
작성자 최고관리자
댓글 0건 조회 83회 작성일 22-06-08 21:23

본문

<div id="div_test">
aaa aaa aaa aaa vaaa aaa aaa aaa aaa aaav
</div>

<style>
#div_test {
    overflow:hidden;text-overflow: ellipsis;
    white-space: nowrap;word-break: break-all;
}
</style>

댓글목록

등록된 댓글이 없습니다.