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.
一部を右揃えにする必要があるラベルがあります。
たとえば、これがテキスト ボックスの場合:
|左........右|
正しく揃える簡単な方法がない場合...アイデアはありますが、可能かどうかはわかりませんが、次のとおりです。
各文字のピクセルの幅を追加することで、正しい文字列の幅を計算できます。固定幅のフォントが理想的です。これにより、テキストを右端まで挿入するために挿入する必要があるスペースの量を計算できました。
<div style="width:200px"> Left <div style="float:right;">Right</div> </div>