随笔分类 -  浏览器兼容

关于浏览器兼容的知识、技巧。
摘要:1.word-break默认不是break-word,而是keep-all,会导致固定width的容器中文字过长时文字会不换行而是溢出容器。这个问题在中文字符时不会出现。2.input的placeholder必须加上placeholder的颜色定义才能生效input::-webkit-input-p 阅读全文
posted @ 2017-03-06 19:05 FranQ 阅读(138) 评论(0) 推荐(0)
摘要:1.不支持rgba2.支持:first-child却不支持:last-child3.th会text-align:center,所以要在css开头设定th {text-align:inherit}4.display:none中的图片不会加载5.$(window).on('keydown')无效。只能使 阅读全文
posted @ 2017-03-06 19:04 FranQ 阅读(173) 评论(0) 推荐(0)