[HTML,CSS] 별점 만들기 안녕하세요. 오늘은 html와 css 만으로 별점기능 구현하는 소스에 대해 알아보겠습니다. 우선, 별점 선택이 안되는 동적인 별점 css입니다. 배경이되는 div에 회색 bg 이미지를 깔아준 뒤, span에 별점이 표시되는 빨간색 이미지를 넣어주면 됩니다. [html] [CSS] .rate{background: url(https://aldo814.github.io/jobcloud/html/images/user/star_bg02.png) no-repeat;width: 121px;height: 20px;position: relative;} .rate span{position: absolute;background: url(https://aldo814.github.io/jobcl..