P: height:0px or less than 12px does not work
T: set line-height:0px; or other number
P: IE中伪类:hover的使用及BUG
T: [url]http://www.planabc.net/2007/02/15/ie_hover_bug/[/url]
P: input{border:none;}可以没有边框。
T: IE6,IE7中不行,须写成input{border:0 none;}
P: ie7 input宽度bug
T: *overflow: visible; /* ie7 width bug */
P: ie7 右浮动换行问题,如<div>title<input class="float-right" /></div>
T: 1.把浮动元素代码放到文字前边 2.把文字套上span左浮动
P: css font 缩写
T: 如果你缩写字体定义,至少要定义font-size和font-family两个值
P: remove chrome input border
T: *:focus {outline: none;}
P: 双击禁止选中内容
T: -moz-user-select:none; -webkit-user-select:none; IE中用unselectable="on"
P: IE7 z-index bug
T: giving the parent element a higher z-index actual fixes the bug
T: set line-height:0px; or other number
P: IE中伪类:hover的使用及BUG
T: [url]http://www.planabc.net/2007/02/15/ie_hover_bug/[/url]
P: input{border:none;}可以没有边框。
T: IE6,IE7中不行,须写成input{border:0 none;}
P: ie7 input宽度bug
T: *overflow: visible; /* ie7 width bug */
P: ie7 右浮动换行问题,如<div>title<input class="float-right" /></div>
T: 1.把浮动元素代码放到文字前边 2.把文字套上span左浮动
P: css font 缩写
T: 如果你缩写字体定义,至少要定义font-size和font-family两个值
P: remove chrome input border
T: *:focus {outline: none;}
P: 双击禁止选中内容
T: -moz-user-select:none; -webkit-user-select:none; IE中用unselectable="on"
P: IE7 z-index bug
T: giving the parent element a higher z-index actual fixes the bug