모든브라우저에서 핵실험 하였습니다..
결과적으로 크롬과 사파리 단독 핵은 찾질 못했다는 유감 입니다.
<!DOCTYPE html>
<html>
<head>
<title>Css Hack</title>
<style>
#test { width:300px; height:300px;
background-color:blue; /*firefox*/
background-color:red\9; /*all ie*/
background-color:yellow\0; /*ie8*/
+background-color:pink; /*ie7*/
_background-color:orange; /*ie6*/
}
:root #test { background-color:purple\9; } /*ie9*/
@media all and (min-width:0px){ #test {background-color:black\0;} } /*opera*/
@media screen and (-webkit-min-device-pixel-ratio:0){ #test {background-color:gray;}}/*chrome and safari*/
</style>
</head>
<body>
<div id="test">test</div>
</body>
</html>
결과적으로 크롬과 사파리 단독 핵은 찾질 못했다는 유감 입니다.
<!DOCTYPE html>
<html>
<head>
<title>Css Hack</title>
<style>
#test { width:300px; height:300px;
background-color:blue; /*firefox*/
background-color:red\9; /*all ie*/
background-color:yellow\0; /*ie8*/
+background-color:pink; /*ie7*/
_background-color:orange; /*ie6*/
}
:root #test { background-color:purple\9; } /*ie9*/
@media all and (min-width:0px){ #test {background-color:black\0;} } /*opera*/
@media screen and (-webkit-min-device-pixel-ratio:0){ #test {background-color:gray;}}/*chrome and safari*/
</style>
</head>
<body>
<div id="test">test</div>
</body>
</html>
댓글 16개
게시글 목록
| 번호 | 제목 |
|---|---|
| 32099 | |
| 32098 | |
| 32093 | |
| 32081 | |
| 32080 | |
| 32067 | |
| 32038 | |
| 32036 | |
| 32028 | |
| 32019 | |
| 32013 | |
| 31992 | |
| 31989 | |
| 31984 | |
| 31980 | |
| 31979 | |
| 31972 | |
| 31963 | |
| 31961 | |
| 31944 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기