Blogger Information
Blog 25
fans 0
comment 0
visits 18824
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
表单css
℃级的博客
Original
675 people have browsed it

实例

//有效表单控件都成小麦色

form :enabled{background-color: wheat;}
//选择项的兄弟项变成红色
form :checked +*{color:red;}
//获得焦点的表单的控件背景成亮蓝色
form :focus{ background-color: lightblue; }
//鼠标过按钮变大,背景色变黑,字体色变白
button:hover{width:50px;height:50px;
	background-color: black;color:white;}


运行实例 »

点击 "运行实例" 按钮查看在线实例


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post