摘要: e.keyCode || e.which || e.charCode; //IE只有keyCode属性,FireFox中有which和charCode属性,Opera中有keyCode和which属性,Chrome中有keyCode、which和charCode属性。 阅读全文
posted @ 2019-04-09 18:02 饸饹 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 给子元素加white-space:nowarp 元素浮动后宽度不随着文字范围增大而增大也可以用这个 但是只能用给一行文字 这个问题 word-break: keep-all; 也可以 笔记P75 P35 内容。 阅读全文
posted @ 2019-04-09 16:58 饸饹 阅读(524) 评论(0) 推荐(0) 编辑
摘要: .big{ padding-right: 100px; padding-bottom: 100px; width: 0; height: 0; background: yellow; margin-top: 100px; margin-left: 100px;}.inner { width: 50% 阅读全文
posted @ 2019-04-09 16:55 饸饹 阅读(1474) 评论(0) 推荐(0) 编辑