핵실험 > 그누4 팁자료실

그누4 팁자료실

그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.

핵실험 정보

핵실험

본문

모든브라우저에서 핵실험 하였습니다..
결과적으로 크롬과 사파리 단독 핵은 찾질 못했다는 유감 입니다.

<!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>
추천
4
  • 복사

댓글 16개

핵은 안쓰는게 제일좋은데..그
래두 코딩하다 css에서 어쩔수없이 사용하게 될때가 있어요
웹접근성 코딩 연구해보세요
필요할때가 있으실꺼라 생각됩니다
왜 우리나라는 핵탄두가 없는거야?
주변국들은 모두 핵무장 했는데 이거 언제까지 미국넘들만 바라보고 있을건지....
너무나 배불러
배고픈 늑대가 되야할텐데~
© SIRSOFT
현재 페이지 제일 처음으로