用CSS复选框对齐复选框文本

我有一个fieldset,其中有一些输入字段和一个复选框。 我有问题想直接在复选框旁边添加图例。 我在这个链接上显示了它:

http://jsfiddle.net/uUtmU/

我四处工作,尝试使用padding-bottompadding-bottom margin-bottom ,没有任何成功。

如果有人能够帮助我,我真的很感激。 非常感谢。


嘿,现在给输入 vertical-align: top; 像这样

#split input[type="checkbox"] {
    vertical-align: top;
    width: 10px;
}

你可以绝对的条款文本的位置,并设置一个边缘,以推低一点,我发现通过增加

.tandc {
    position:absolute;
    margin-top:2px;
}

希望能帮助到你

链接地址: http://www.djcxy.com/p/41459.html

上一篇: Aligning checkbox text with checkbox with CSS

下一篇: Align and Vertical Align label with checkbox/radio button CSS