Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの入力フィールドとチェックボックスがあるフィールドセットがあります。チェックボックスのすぐ横に凡例を表示したいという問題があります。このリンクで表示できるようにしました:
http://jsfiddle.net/uUtmU/
私は回避策を講じてpadding-bottomandを使用してみましmargin-bottomたが、成功しませんでした。
padding-bottom
margin-bottom
私を助けてくれる人がいれば、本当に感謝しています。どうもありがとう。
ちょっと今、このように入力してください vertical-align: top;
vertical-align: top;
#split input[type="checkbox"] { vertical-align: top; width: 10px; }
用語テキストの位置を絶対的に指定し、margin-top を設定して少し押し下げることができます。
.tandc { position:absolute; margin-top:2px; }
それが役に立てば幸い