뽀라닷컴
Loading...




웹디자인,포토샵,그누보드,제로보드,동영상제작 관련 메모 >>


전체(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';&nbsp;&nbsp;this.style.background='white'; this.style.cursor='hand';"&nbsp;&nbsp;onmouseout="this.style.color='white'; this.style.background='FF99FF';">&nbsp;&nbsp;

<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';"&nbsp;&nbsp;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';"&nbsp;&nbsp;onmouseout="this.style.color='white'; this.style.background='ffcc99';">




    



목록보기 삭제하기