일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 사이트제작
- 웹솔루션
- 쇼핑몰
- #해피CGI
- #CSS
- 해피씨지아이
- php
- happycgi
- #뉴스
- #솔루션
- 홈페이지제작
- #cgimall
- 해피CGI
- CSS
- 게시판
- #쇼핑몰
- CGIMALL
- #image
- #happycgi
- #웹솔루션
- 솔루션
- #이미지
- #홈페이지제작
- #홈페이지
- #jQuery
- #동영상
- jquery
- 홈페이지
- #업종별
- javascript
- Today
- Total
웹솔루션개발 22년 노하우! 해피CGI의 모든것
[해피CGI][cgimall] 필터를이용한 롤오버효과 본문
<B>1. 불투명도를 조정한 롤오버 예제</B><br>
<a href="#" onMouseOut="menu01.style.filter='alpha(opacity=50)';" onMouseOver="menu01.style.filter = 'none';"><img src="http://demo.happycgi.com/jini/pick1.jpg" width="100" height="70" name="menu01" border="0" STYLE='filter:alpha(opacity=50);'></a>
-style filter를 이용한 태그입니다 A링크에 onMouseOut에 name값을 입력해주신다음 filter에 opacity값을 입력해줍니다.
<a href="#" onMouseOut="menu02.style.filter='alpha(opacity=50)';" onMouseOver="menu02.style.filter = 'none';"><img src="http://demo.happycgi.com/jini/pick2.jpg" width="100" height="70" name="menu02" border="0" STYLE='filter:alpha(opacity=50);'></a>
<a href="#" onMouseOut="menu03.style.filter='alpha(opacity=50)';" onMouseOver="menu03.style.filter = 'none';"><img src="http://demo.happycgi.com/jini/pick3.jpg" width="100" height="70" name="menu03" border="0" STYLE='filter:alpha(opacity=50);'></a>
<p>
<B>2. 롤오버시 흑백->칼라로 전환</B><br>
<a href="#" onMouseOut="menu04.style.filter='gray';" onMouseOver="menu04.style.filter = 'none';"><img src="http://demo.happycgi.com/jini/pick4.jpg" width="100" height="70" name="menu04" border="0" STYLE='filter:gray();'></a>
<a href="#" onMouseOut="menu05.style.filter='gray';" onMouseOver="menu05.style.filter = 'none';"><img src="http://demo.happycgi.com/jini/pick5.jpg" width="100" height="70" name="menu05" border="0" STYLE='filter:gray();'></a>
<a href="#" onMouseOut="menu06.style.filter='gray';" onMouseOver="menu06.style.filter = 'none';"><img src="http://demo.happycgi.com/jini/pick6.jpg" width="100" height="70" name="menu06" border="0" STYLE='filter:gray();'></a>
<p>
<B>3. 롤오버시 칼라->흑백으로 전환</B><br>
<a href="#" onMouseOut="menu07.style.filter='none';" onMouseOver="menu07.style.filter = 'gray';"><img src="http://demo.happycgi.com/jini/pick7.jpg" width="100" height="70" name="menu07" border="0" ></a>
<a href="#" onMouseOut="menu08.style.filter='none';" onMouseOver="menu08.style.filter = 'gray';"><img src="http://demo.happycgi.com/jini/pick8.jpg" width="100" height="70" name="menu08" border="0" ></a>
<a href="#" onMouseOut="menu09.style.filter='none';" onMouseOver="menu09.style.filter = 'gray';"><img src="http://demo.happycgi.com/jini/pick9.jpg" width="100" height="70" name="menu09" border="0" ></a>
각각의 예제들은 모두 응용한것임으로 한번쯤 사용해보시고 적용시켜 보시길 바랍니다.
'웹프로그램밍 자료실 > DHTML 자료' 카테고리의 다른 글
[해피CGI][cgimall] DHTML Color Picker (0) | 2016.11.11 |
---|---|
[해피CGI][cgimall] DHTML Color Picker Type.2 (0) | 2016.11.09 |
[해피CGI][cgimall] CSS 무료 템플릿 사이트 (0) | 2016.11.03 |
[해피CGI][cgimall] 모바일 홈페이지에 카카오톡 연결하기 (0) | 2016.11.01 |
[해피CGI][cgimall] 스크립트를 이용한 드래그효과 슬라이더 (0) | 2016.10.28 |