답변 2개
채택된 답변
+20 포인트
8년 전
는 css에 .frm_info로 display:block;padding:0 0 5px;line-height:1.4em} 와 같이 style을 정리해서 frm_info의 class로 불러와 span 태그에 해당 css가 적용 됩니다.
strong class="sound_only" 도 위와 마찬가지로 sound_only의 class로 불러와 strong 태그에 .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important} 의 css가 적용 됩니다.
readonly는 text박스와 같은 객체에 쓰지 못하고 오로지 읽기만 할 수 있게 해줍니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인