顶级经典常用的CSS属性
当前位置:点晴教程→知识管理交流
→『 技术文档交流 』
文本两端对齐:
Code text-align:justify; text-justify:inter-ideograph; Code .clear{clear:both;line-height:0;height:0;font-size:0;} Code .clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;} Code word-break : keep-all Code word-break:keep-all;word-break:break-all;word-wrap:break-word Code line-height:24px;/*使用固定宽度的容器并且需要一行垂直居中时,使用 line-height 即可(高度与父层容器一致),更多的垂直居中总结可以看这里。 */ Code #main {overflow:hidden;} Code a {white-space:nowrap;} Code html {overflow:-moz-scrollbars-vertical;} Code body, html {min-height:101%;}或者margin:0 auto; Code textarea {overflow:auto;} Code h2 {page-break-before:always;}/*设置打印网页时的分页*/ Code a,area { blr:expression(this.onFocus=this.blur()) } :focus { -moz-outline-style: none; } Code * {margin: 0; padding: 0}/*此属性慎用,虽然能消除默认属性,但是对浏览器渲染有影响,而且在语义化表达上也欠佳。*/ Code img{vertical-align:top;} Code filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; Code cursor:hand; 该文章在 2010/8/14 0:26:57 编辑过 |
关键字查询
相关文章
正在查询... |