随笔分类 -  HTML5+CSS3

摘要:autocomplete 属性 autocomplete 属性规定输入字段是否应该启用自动完成功能。 自动完成允许浏览器预测对字段的输入。当用户在字段开始键入时,浏览器基于之前键入过的值,应该显示出在字段中填写的选项。 注释:autocomplete 属性适用于 ,以及下面的 类型:text... 阅读全文
posted @ 2014-05-06 15:57 Caliven 阅读(523) 评论(0) 推荐(0)
摘要:::selection { background: #ff5f3e; color: #fff;} 阅读全文
posted @ 2013-04-22 13:49 Caliven 阅读(183) 评论(0) 推荐(0)
摘要:HTML <td> 标签的 nowrap 属性规定表格单元格中的内容不换行。带有 nowrap 属性的表格单元:<table border="1"> <tr> <th>Poem</th> <th>Poem</th> </tr> <tr> <td nowrap="nowrap">Never increase, beyond what is necessary, the number of entities required to expl 阅读全文
posted @ 2012-10-19 14:23 Caliven 阅读(294) 评论(0) 推荐(0)