추가 스타일

  • 스케치보드의 글쓰기 버튼 스타일

# 2013.02.28
1. 옵션그룹화하기 - optgroup 태그 사용하기
위젯 스타일에서 해당 태그로 묶어 보여줘야 함.
<select>
<optgroup label="스타일1">
<option>..
</optgroup>
<optgroup label="스타일2">
<option>..
</optgroup>
</select>