テストページのURL: http: //www.guygar.com/inception/ultra/indexCopy.html
私はこれに不慣れで検索しているので、テキストとチェックボックスを揃えるための次の解決策を見つけました。
<div style="border-bottom:1px solid black; padding:4px; background-color:#003b5a;">
<span style="font-weight:bold;">Back to the Roots</span>
<form>
<input type="checkbox" value="header" style="float:right; vertical-align: middle; margin-top: -15px;" />
<label></label>
</form>
</div>
これはIE9では機能しますが、ChromeまたはFirefoxでは機能しません。
これを手伝ってくれませんか。
ありがとうございました。