text버튼 앞에 아이콘을 넣고 싶어요~
돌심보
.btn_bblue,.btn_bblue *{ display:inline-block;overflow:visible;position:relative;margin:0;padding:0;border:0;background:url(../images/btn/btn_bg_white.png) no-repeat;font-size:11px;font-family:돋움;color:#549de1;text-decoration:none !important;vertical-align:top;white-space:nowrap}
.btn_bblue{ margin-right:4px}/*버튼간 간격*/
.btn_bblue *{ width:100px;left:4px;cursor:pointer;_cursor:hand}/*width 없을시 글자수로 유동적으로 버튼크기변함*/
.btn_bblue.medium,.btn_bblue.medium *{height:24px;line-height:24px;}
.btn_bblue.medium{ background-position:left 0}
.btn_bblue.medium *{ padding:1px 10px 0 6px;background-position:right top;font-size:11px; font-weight:bold;}
.btn_bblue *:hover,.btn_bblue *:active,.btn_bblue *:focus{ color:#549de1}
.btn_bblue.strong *{ font-weight:bold !important}span class=btn_bblue mediuminput type=submit value=내정보보기/span
text 버튼을 만들어요.
내정보보기 앞에 아이콘을 넣고 싶어요~
어디다가 어떤 코드를 넣으면 될까요?