CSS 투명한 호버 효과
CSS 투명한 호버 효과
투명한 호버 효과
이 opacity속성은 종종 :hover 마우스 오버시 불투명도를 변경하기 위해 선택기 와 함께 사용됩니다 .



예
img {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
img:hover {
opacity: 1.0;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
<!DOCTYPE html>
<html>
<head>
<style>
img {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
img:hover {
opacity: 1.0;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
</style>
</head>
<body>
<h1>Image Transparency</h1>
<p>The opacity property is often used together with the :hover selector to change the opacity on mouse-over:</p>
<img src="img_forest.jpg" alt="Forest" width="170" height="100">
<img src="img_mountains.jpg" alt="Mountains" width="170" height="100">
<img src="img_fjords.jpg" alt="Fjords" width="170" height="100">
<p><b>Note:</b> In IE, a !DOCTYPE must be added for the :hover selector to work on other elements than the a element.</p>
</body>
</html>
Image Transparency
The opacity property is often used together with the :hover selector to change the opacity on mouse-over:

Note: In IE, a !DOCTYPE must be added for the :hover selector to work on other elements than the a element.
게시판 목록
퍼블리셔팁
퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1217 | 반응형 | 3년 전 | 3099 | ||
| 1216 | 웹접근성 | 3년 전 | 2493 | ||
| 1215 | CSS | 4년 전 | 4901 | ||
| 1214 | 기타 | 4년 전 | 8358 | ||
| 1213 | CSS | 4년 전 | 3252 | ||
| 1212 | 웹접근성 | 4년 전 | 3639 | ||
| 1211 | CSS |
|
5년 전 | 4115 | |
| 1210 | 기타 | 5년 전 | 3341 | ||
| 1209 | CSS | 5년 전 | 3588 | ||
| 1208 | 기타 | 5년 전 | 3146 | ||
| 1207 | 기타 | 5년 전 | 2888 | ||
| 1206 | CSS |
moviepd
|
5년 전 | 3718 | |
| 1205 | HTML |
moviepd
|
5년 전 | 4381 | |
| 1204 | 기타 | 6년 전 | 7832 | ||
| 1203 | 웹접근성 | 6년 전 | 3010 | ||
| 1202 | 기타 | 6년 전 | 2983 | ||
| 1201 | 기타 | 6년 전 | 4323 | ||
| 1200 | 기타 | 6년 전 | 4119 | ||
| 1199 | 기타 | 6년 전 | 4131 | ||
| 1198 | 기타 | 6년 전 | 2612 | ||
| 1197 | 기타 | 6년 전 | 2683 | ||
| 1196 | 기타 | 6년 전 | 2466 | ||
| 1195 | 기타 | 6년 전 | 2456 | ||
| 1194 | 기타 | 6년 전 | 3046 | ||
| 1193 | 기타 | 6년 전 | 9234 | ||
| 1192 | 기타 | 6년 전 | 3883 | ||
| 1191 | 기타 | 6년 전 | 6223 | ||
| 1190 | 기타 | 6년 전 | 2439 | ||
| 1189 | 기타 | 6년 전 | 2344 | ||
| 1188 | 기타 | 6년 전 | 1822 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기