input type=button을 사용한 투표 정보
투표 input type=button을 사용한 투표첨부파일
본문
이미지를 사용하지 않고 input type=button만 사용하도록 베이직 스킨을 수정했습니다.
버턴의 색깔을 수정하고 싶으신 분은 그누 설치 디렉토리의 styles.css에 .button을 수정하시기 바랍니다.
수정전 :
.button { }
수정후 :
1.이미지의 왼쪽같이 할려면
.button { height:20px; border-width:1; border-style:ridge; border-color:#35618b; background-color:#e7e7de;}
2.이미지의 오른쪽같이 할려면
.button { border:1p dashed; background-Color:#e7e7de; font:12px tahoma; color:#555555; }
버턴의 색깔을 수정하고 싶으신 분은 그누 설치 디렉토리의 styles.css에 .button을 수정하시기 바랍니다.
수정전 :
.button { }
수정후 :
1.이미지의 왼쪽같이 할려면
.button { height:20px; border-width:1; border-style:ridge; border-color:#35618b; background-color:#e7e7de;}
2.이미지의 오른쪽같이 할려면
.button { border:1p dashed; background-Color:#e7e7de; font:12px tahoma; color:#555555; }
추천
1
1
댓글 전체
+_+

심플하군요.
감사합니다.^^
이쁘네여~잘쓸께여