progress 엘레먼트의 스타일링
모던 HTML 에서는 <progress> 엘레먼트가 있습니다.
이건 확률이나 통계 그래프 또는 오디오나 비디오의 트랙바를 만드는데 상당히 유용합니다.
기본 사용법은 구글링 하시면 되구요.
구글링을 하다 보면 스타일링 하는 방법이 저랑 좀 달라서 제 방식대로 스타일링 하는 방법을 공유하려고 합니다.
<style>
#progressDiv progress { width:400px; height:12px; appearance:none; }
#progressDiv progress::-webkit-progress-bar { background-color:#eeeeee; border-radius:6px; border:1px solid #cccccc; }
#progressDiv progress::-webkit-progress-value { border-radius:6px; }
#progressDiv progress:nth-of-type(1)::-webkit-progress-value { background-color:red; }
#progressDiv progress:nth-of-type(2)::-webkit-progress-value { background-color:green; }
#progressDiv progress:nth-of-type(3)::-webkit-progress-value { background-color:blue; }
#progressDiv progress:nth-of-type(4)::-webkit-progress-value { background-color:orange; }
</style>
<div id="progressDiv">
<progress value="1" min="0" max="4"></progress> 25%
<br>
<progress value="40" min="0" max="100"></progress> 40%
<br>
<progress value="9" min="0" max="16"></progress> 56.25%
<br>
<progress value="8" min="0" max="8"></progress> 100%
</div>
결과물은 아래 그림과 같습니다.

위 소스를 https://wittazzurri.com/editor/html_editor.php 에서 확인해 보세요.
댓글 3개
<progress>element는 처음 본 것 같습니다.
잘 적용하면 다양하게 사용할 수 있을 것 같습니다.
게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1157 | CSS |
zakdok
|
6년 전 | 2871 | |
| 1156 | CSS |
zakdok
|
6년 전 | 2064 | |
| 1155 | HTML |
zakdok
|
7년 전 | 3372 | |
| 1154 | CSS |
|
7년 전 | 2556 | |
| 1153 | CSS | 7년 전 | 2337 | ||
| 1152 | 기타 | 7년 전 | 2183 | ||
| 1151 | 기타 | 7년 전 | 2731 | ||
| 1150 | CSS |
|
7년 전 | 4872 | |
| 1149 | HTML |
루돌프사슴코
|
7년 전 | 3056 | |
| 1148 | 기타 | 7년 전 | 2715 | ||
| 1147 | 기타 | 7년 전 | 2107 | ||
| 1146 | 기타 | 7년 전 | 2273 | ||
| 1145 | CSS | 7년 전 | 2536 | ||
| 1144 | CSS | 7년 전 | 2112 | ||
| 1143 | CSS | 7년 전 | 2371 | ||
| 1142 | CSS | 7년 전 | 2063 | ||
| 1141 | CSS | 7년 전 | 2357 | ||
| 1140 | CSS | 7년 전 | 2141 | ||
| 1139 | 기타 | 7년 전 | 2187 | ||
| 1138 | 기타 | 7년 전 | 2003 | ||
| 1137 | 기타 | 7년 전 | 1893 | ||
| 1136 | 기타 | 7년 전 | 2099 | ||
| 1135 | 기타 | 7년 전 | 1656 | ||
| 1134 | 기타 | 7년 전 | 1877 | ||
| 1133 | HTML | 7년 전 | 3510 | ||
| 1132 | 기타 | 7년 전 | 2413 | ||
| 1131 | 기타 | 7년 전 | 2187 | ||
| 1130 | 기타 | 7년 전 | 1917 | ||
| 1129 | 기타 | 7년 전 | 1463 | ||
| 1128 | CSS | 7년 전 | 2696 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기