Css problems and tips in IE

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
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值