摘要: input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset !important;} 阅读全文
posted @ 2018-05-22 11:30 蓝色土耳其 阅读(110) 评论(0) 推荐(0) 编辑
摘要: //勾选框<div style="float: right; padding-right: 10%;"> <div style="float: left; margin-top: 3px; margin-right: 2px;"> <font color="white">记住密码</font> </ 阅读全文
posted @ 2018-05-22 11:13 蓝色土耳其 阅读(1395) 评论(1) 推荐(1) 编辑
摘要: 原因 button,input type=button按钮在IE和w3c,firefox浏览器区别: 1、当在IE浏览器下面时,button标签按钮,input标签type属性为button的按钮是一样的功能,不会对表单进行任何操作。 2、但是在W3C浏览器,如Firefox下就需要注意了,butt 阅读全文
posted @ 2018-05-22 11:02 蓝色土耳其 阅读(249) 评论(0) 推荐(0) 编辑