티스토리 뷰

💼 정보 ver1.0

CSS3 소개

James Wetzel 2010. 12. 22. 20:24

http://naradesign.net/ouif/css3/documentation.html

ie6,7,8 에서 css3 지원하기
http://fetchak.com/ie-css3/



<!DOCTYPE html>
<html>
<head>
<meta charset="EUC-KR">
<title>Insert title here</title>
<style>
.box {
  background-color : #f78;
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  position: absolute;
  width:100px;
  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

</style>
</head>
<body>

<p class="box">test<br />test</p>

 

</body>
</html>

반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/05   »
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
글 보관함