뽀라닷컴
Loading...
첫화면
육아교육
웹디자인
요리메모
한자쓰기
* Guest
포토샵패턴
포토샵브러쉬
영문폰트
포토프레임
웹디자인,컴퓨터
육아,교육,정보
요리,밥상일기
핸드메이드,DIY
한자쓰기
웹디자인,포토샵,그누보드,제로보드,동영상제작 관련 메모 >>
┃
전체(437)
┃
인터넷,컴퓨터 (94)
|
웹디자인tip (182)
|
CG,그래픽tip (70)
|
BBS_Tip (74)
|
영상tip (17)
|
버튼에 색상 넣기
2008-04-27 14:12:50
홈페이지
버튼에 색상을 넣어요..
<input type="Button" value="분홍색 버튼" style="color:white; background:FF99FF; border: #FF00CC 1 solid;" onmouseover="this.style.color='red'; this.style.background='white'; this.style.cursor='hand';" onmouseout="this.style.color='white'; this.style.background='FF99FF';">
<input type="Button" value="초록색 버튼" style="color:white; background:00CC99; border: #009900 1 solid;" onmouseover="this.style.color='green'; this.style.background='white'; this.style.cursor='hand';" onmouseout="this.style.color='white'; this.style.background='00cc99';">
<input type="Button" value="노란색 버튼" style="color:white; background:#ffcc33; border: #cc99331 1 solid;" onmouseover="this.style.color='#ffcc33'; this.style.background='white'; this.style.cursor='hand';" onmouseout="this.style.color='white'; this.style.background='ffcc99';">