盒模型

1、条件注释
  例子:<!-- [if lt IE7] >123<![endif]-->
2、实现min-width和max-width效果(需用户浏览器支持脚本)
  实例:body { width:expression(documentElement.clientWidth <= 500 ? 500 : 'auto' ); }
3、line-height:文本行高度
4、over-flow:溢出内容
5、vertical-align:
posted @ 2011-06-04 09:57  常伟华  阅读(115)  评论(0编辑  收藏  举报