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