글
HTML Source 테이블에 마우스오버 적용하기 <body>와</body>사이의 테이블 안(td, tr, table 중 선택)에 아래 소스를 추가합니다. ------------------------------------------------------------------------------------------- onmouseover="this.style.backgroundColor='#9FB6FF'" onmouseout="this.style.backgroundColor=''"
-------------------------------------------------------------------------------------------
아래처럼 하시면 되겠죠. 특정 셀에 적용할 때는
<td onmouseover="this.style.backgroundColor='#9FB6FF'" onmouseout="this.style.backgroundColor=''"> 특정 줄에 적용할 때는
<tr onmouseover="this.style.backgroundColor='#9FB6FF'" onmouseout="this.style.backgroundColor=''"> 테이블 전체에 적용할 때는
<table onmouseover="this.style.backgroundColor='#9FB6FF'" onmouseout="this.style.backgroundColor=''"> 색번호 #9FB6FF 는 마우스커서가 올라가면 변하는 색입니다.
-------------------------------------------------------------------------------------------
아래처럼 하시면 되겠죠. 특정 셀에 적용할 때는
<td onmouseover="this.style.backgroundColor='#9FB6FF'" onmouseout="this.style.backgroundColor=''"> 특정 줄에 적용할 때는
<tr onmouseover="this.style.backgroundColor='#9FB6FF'" onmouseout="this.style.backgroundColor=''"> 테이블 전체에 적용할 때는
<table onmouseover="this.style.backgroundColor='#9FB6FF'" onmouseout="this.style.backgroundColor=''"> 색번호 #9FB6FF 는 마우스커서가 올라가면 변하는 색입니다.
'hightag' 카테고리의 다른 글
ul 활용 하나 (0) | 2008.05.23 |
---|---|
웹 2.0 div 스타일 (레이어) (0) | 2008.05.23 |
top slide - 상단 open 슬라이드 (0) | 2008.05.23 |
네이버 메뉴 스타일 (0) | 2008.05.23 |
input 힌트레이어 (0) | 2008.05.23 |
나만의 태그연습장 만들기 (1) | 2008.03.02 |
PNG 이미지의 Backgorund시 투명화 (0) | 2008.03.01 |
창닫기,뒤로,앞으로,새로고침 링크소스 (0) | 2008.03.01 |
주소표시줄과 북마크에 아이콘넣기 (0) | 2008.02.26 |
이쁜 셀랙트박스 , 셀렉트박스 꾸미기, selectbox (1) | 2008.02.24 |
RECENT COMMENT