[css] radio버튼 디자인 바꾸기


[css] radio버튼 디자인 바꾸기

HTML <ul> <li> <span class="radio" id="all_list"> <input type="radio" id="view_all" name="viewtype" value="all" checked=""> <label for="view_all"><span class="round">라디오버튼</span>1</label> </span> </li> <li> <span class="radio" id="lend_list"> <input type="radio" id="view_live" name="viewtype" value=""> <label for="view_live"> <span class="round">라디오버튼</span>2</label> </span> </li> </ul> CSS input[type="radio"] { display:none; } input[type="radio"] + label span.round{ display:inline-block; widt...


#css #html #jquery #radio #라디오버튼

원문링크 : [css] radio버튼 디자인 바꾸기