최고급 클래식 에 자주 사용 되 는 CSS 속성 수집 정리

2015 단어 경전CSS 속성
텍스트 양 끝 정렬:

text-align:justify;
text-justify:inter-ideograph;
부동 삭제:

.clear{clear:both;line-height:0;height:0;font-size:0;}
부동 위 류 제거:

.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
단 어 를 끊 지 않도록 설정 합 니 다

word-break : keep-all
문 자 는 자동 으로 줄 을 바 꿉 니 다

word-break:keep-all;word-break:break-all;word-wrap:break-word
line-height 수직 으로 가운데 에 있 습 니 다

line-height:24px;/* , line-height ( ), 。
*/
용기 의 부동 을 제거 합 니 다

#main {overflow:hidden;}
링크 를 접 지 않도록 합 니 다

a {white-space:nowrap;}
파이 어 폭 스 가 스크롤 바 를 표시 합 니 다

html {overflow:-moz-scrollbars-vertical;}
블록 요소 의 수평 을 가운데 로 합 니 다

body, html {min-height:101%;} margin:0 auto;
숨 깁 니 다.Exploer textarea 의 스크롤 바

textarea {overflow:auto;}
인쇄 페이지 를 설정 합 니 다

h2 {page-break-before:always;}/* */
링크 에 있 는 점선 상 자 를 삭제 합 니 다

a,area { blr:e­xpression(this.onFocus=this.blur()) }
:focus { -moz-outline-style: none; }
가장 간단 한 CSS 리 셋

* {margin: 0; padding: 0}/* , , , 。*/
그림 을 리 셋 한 후 문 자 를 걸 려 면 속성 이 필요 합 니 다

img{vertical-align:top;}
투명 속성

filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
cursor:hand;
마 우 스 를 손 모양 으로 바 꿉 니 다

cursor:hand;

좋은 웹페이지 즐겨찾기