html中:
<div class="down">
<dl>
<dt>投票</dt>
<dd>AAA</dd>
<dd>BBB</dd>
<dd>CCC<input></dd>
<dd><input class="sub" type="submit" value="提交"/><input type="reset" value="重置" /></dd>
</dl>
</div>
css中:
#news dl dd{
padding-top:5px;
}
为什么调整页边距会让第一个按钮变形了??后面2个正常。
火狐
IE
高手求解,感激不尽!!
更正一下。。。
css中:
#news dl dd{
width:150px;
margin:0 auto;
}
.sub{
padding-top:5px;
}
MYYA
月关宝盒
largeQ