CSS初始化02-清楚浮动及其他标签
摘要:.fix:after {content:'.';display:block;clear:both;visibility:hidden;height:0px;}(清除浮 动的一种方法,将此class名写在内部有浮动的标签中,便可清除子字元素的浮动,使用非常方便).fix {zoom:1;}input,textarea,a,button {outline:none;}(去掉非ie内核下这些标签点击时有虚线框的样式。ie浏览器的解决方法是在标签中加入hidefocus, 例:)input::-moz-focus-inner {border:0;}(专门针对火狐浏览器,解决input标
阅读全文
posted @
2013-11-07 21:00
oleek
阅读(76)
推荐(0)