www.un.org/Depts/DGACM/index_spanish.htm 此处未来参考的是精确度的最终结果:
《社会保障法》:
._25 {
width: 21%;
display: inline;
float: left;
margin-left: 2%;
margin-right: 2%;
}
._50 {
width: 46%;
display: inline;
float: left;
margin-left: 2%;
margin-right: 2%;
}
._75 {
width: 71%;
display: inline;
float: left;
margin-left: 2%;
margin-right: 2%;
}
._100 {
width: 96%;
display: inline;
float: left;
margin-left: 2%;
margin-right: 2%;
}
label {
width: 100%;
}
input {
border: 1px solid #B3B3B3;
width: 100%;
-moz-border-radius: 3px;
}
textarea {
border: 1px solid #B3B3B3;
width: 100%;
-moz-border-radius: 3px;
}
select {
border: 1px solid #B3B3B3;
width: 100%;
-moz-border-radius: 3px;
}
还有一些超文本代码样本:
<div class="_50">
<p><label for="in_user">Username</label><input id="in_user" type="text" value=""/></p>
</div>
<div class="_50">
<p><label for="in_pass">Password</label><input id="in_pass" type="text" value=""/></p>
</div>
最近,我开始使用CSS的电网系统,我发现设计网页的整个过程要更加简单。 现在,我试图把分子排在一边,但。 具有“
- div (width = 400px)
- form
- ul
- li .half
- label
- input (should be 200px wide)
- li .half
- another label
- another input (should also be 200px wide)
- li .half
- ul
- form
基本上,Im 适用一个等级,其宽度为50%,但将两个投入放在一边,使该行的面积大于100%(400px),我猜测,这是因为 边界、边际和dding。
www.un.org/Depts/DGACM/index_spanish.htm 是否有任何CSS的网格系统,我可以用来有多科表格,而所有形式要素的大小仍然相同:(投入、选择和文本区域);例如,1栏中的1项投入应为400px,2栏各有200px。
www.un.org/Depts/DGACM/index_spanish.htm EDIT: Wu rel=“nofollow noreferer”>t=