- 전체(91)
- html5(1)
- web accessibility(11)
- Cross Browsing(20)
- html basic(7)
- css basic(23)
- meta(2)
- form(12)
- table(2)
- menu(2)
- box(1)
- button(1)
- font(1)
- etc(8)
- CSS 애니메이션
그라데이션 주기
2012.08.06 11:25:22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<!-- ie8 이하버젼에서도 적용시켜주는 스크립트 -->
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
<!--
button{background:#66ccaa;border-width:0pt;border-color:#44ccaa;font-
size:9pt;color:#000000;width: 100px;height : 50px;
FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
StartColorStr="#FFFFFFFF", EndColorStr="#ffddee");
} -->
</style>
</head>
<body>
<button onClick="alert('hi');" name="로그인">로그인</button>
</body>
</html>
댓글 0
댓글 쓰기 권한이 없습니다.
51 | accesskey | 2014.11.14 |
50 | Caption을 제어하는 방식을 | 2014.11.11 |
49 | display:none과 visibility: hidden | 2014.11.11 |
48 | [tip]ie7에서 caption 인식 밀리는 현상 발생 | 2014.11.11 |
47 | 게시판 목록에서 제목항목 자동 ...로 말줄임 | 2014.11.07 |
46 | li의 list style type | 2014.11.06 |
45 | box-sizing | 2014.11.05 |
44 | Cufon 사용방법 | 2014.07.01 |
43 | font:11px/18px | 2014.06.23 |
42 | temp | 2014.06.20 |
41 | 파일 | 2014.06.20 |
40 | CSS 폰트 단위 | 2013.09.02 |
39 | CSS 선택자 형식(CSS Selector) | 2013.08.02 |
38 | CSS3로 그라데이션 이미지 만들기 | 2013.08.02 |
37 | text-shadow 크로스브라우징 | 2013.02.25 |
36 | 브라우저별 CSS | 2013.02.25 |
> | 그라데이션 주기 | 2012.08.06 |
34 | Image Sprite 기법이란 무엇입니까? | 2013.08.02 |
33 | IR(Image Replacement) 기법이란 무엇입니까? | 2013.08.02 |
32 | 이미지에 포함된 텍스트의 양이 너무 많을때 | 2013.08.02 |