웹마스터 팁
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
마우스 룰 오버시 여러가지 로 그림이 변하게 하기.
2002.12.23 17:36
예제 : http://yoonmi.net/study/study75.htm
1. 마우스 오버시 좌우 변경
<img src="그림주소" width="넓이" height="높이" border="0" onmouseover="this.style.filter='fliph'" onmouseout="this.style.filter=''">
2. 마우스 오버시 상하로 변경 되는 것
<img src="그림주소" width="넓이" height="높이" border="0" onmouseover="this.style.filter='flipv'" onmouseout="this.style.filter=''">
3. 마우스 오버시 흐릿 흐릿 해지는 것
<img src="그림주소" width="넓이" height="높이" border="0" onmouseover="this.style.filter='blur'" onmouseout="this.style.filter=''">
4. 마우스 오버시 약간 뿌옇게 되는것
<img src="그림주소" width="넓이" height="높이" border="0" onmouseover="this.style.filter='alpha(opacity=80)'" onmouseout="this.style.filter=''">
1. 마우스 오버시 좌우 변경
<img src="그림주소" width="넓이" height="높이" border="0" onmouseover="this.style.filter='fliph'" onmouseout="this.style.filter=''">
2. 마우스 오버시 상하로 변경 되는 것
<img src="그림주소" width="넓이" height="높이" border="0" onmouseover="this.style.filter='flipv'" onmouseout="this.style.filter=''">
3. 마우스 오버시 흐릿 흐릿 해지는 것
<img src="그림주소" width="넓이" height="높이" border="0" onmouseover="this.style.filter='blur'" onmouseout="this.style.filter=''">
4. 마우스 오버시 약간 뿌옇게 되는것
<img src="그림주소" width="넓이" height="높이" border="0" onmouseover="this.style.filter='alpha(opacity=80)'" onmouseout="this.style.filter=''">
댓글 5
-
na
2002.12.23 18:22
유용한 강좌 이군요..~~ -
라지엘
2002.12.23 18:33
상화->상하 (소근) -
윤성호
2003.01.17 17:43
마지막꺼는 뿌옇게 된다기보다는.. 투명해지는거군요 opacity의 값을 줄일 수록 투명해지지요 -
NeverEver
2003.03.28 23:09
큰 도움이 됐네요-_-ㅋ -
쥬엘漢
2004.09.05 13:23
휴...겨우 찾았다~~감사합니다 >ㅁ<//
제목 | 글쓴이 | 날짜 |
---|---|---|
[HTML 초보자]동영상을 출력하자-7(Object) [2] | ZipShin | 2003.01.03 |
테이블 테두리 (맨 겉부분만 나오게 하기) [13] | 서성원 | 2003.01.02 |
HTML만으로 BGM Player 만들기... [7] | 고광욱 | 2003.01.02 |
이쁜 버튼 꾸미기 [5] | ZipShin | 2003.01.01 |
새창안돼 -_- [5] | 란즈 | 2002.12.27 |
한번의 클릭으로 두 개의 프레임 바꾸기. [7] | 연(延) | 2002.12.25 |
[re] 한번의 클릭으로 두 개의 프레임 바꾸기. [1] | 루비 | 2002.12.26 |
마우스 룰 오버시 여러가지 로 그림이 변하게 하기. [5] | ▩윤미 | 2002.12.23 |
웹문서 작성 팁!!! [4] | 공돌이 | 2002.12.21 |
[HTML 초보자] 테이블 태그(보충1) [3] | ZipShin | 2002.12.21 |
필드셋 응용;;; | teslaMINT | 2002.12.21 |
[HTML 초보자]동영상을 출력하자-6(Object) [1] | ZipShin | 2002.12.19 |
[HTML 초보자]동영상을 출력하자-5 | ZipShin | 2002.12.18 |
[HTML 기초] 1. 서식 관련 태그 | 뽀유♡ | 2002.12.17 |
[HTML 초보자]동영상을 출력하자-4 | ZipShin | 2002.12.17 |
[HTML 초보자]동영상을 출력하자-3(높이와 넓이) | ZipShin | 2002.12.16 |
[HTML 초보자]동영상을 출력하자-2 [3] | ZipShin | 2002.12.12 |
[HTML 초보자]동영상을 출력하자-1 [6] | ZipShin | 2002.12.11 |
[프레임셋] 1024*768.. 800*600 에서도 화면 제대로 보이기... [5] | hooniv | 2002.12.10 |
[HTML 초보자]iframe대신 사용할수있는 오브젝트-2 [12] | ZipShin | 2002.12.06 |