|
经典 用CSS实现表单form布局简介:<style type="text/css">
label{
float: left;
width: 80px;
}
form{margin:0px}
input{
width: 180px;
border:1px solid #808080
}
textarea{
width: 250px;
height: 150px;
}
#sbutton ... ——您可以运行代码察看特效,您也可以复制或者另存源代码。 |
| |
||
|
经典 用CSS实现表单form布局简介:<style type="text/css">
label{
float: left;
width: 80px;
}
form{margin:0px}
input{
width: 180px;
border:1px solid #808080
}
textarea{
width: 250px;
height: 150px;
}
#sbutton ... ——您可以运行代码察看特效,您也可以复制或者另存源代码。 |
| |
||