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.
私はasp.net Webページを持っています-その中にaspテキストボックスがあり、その横にaspラベルがあります。
ラベルのフォント サイズが小さいため、高さがテキスト ボックスよりもはるかに小さくなっています。ラベルをテキスト ボックスの中央に垂直に揃えたいと思います。
現在、ラベルはテキスト ボックスの下部に配置されています。
どうすればこれを達成できますか?
常に最善の方法は、「テーブル」を使用することです。私はいつもそうしています。とても役に立ちます。
これを試すことができます:
.myLabelClass { position: relative; top: 5px; }