行データ エントリのサイズがドロップダウンとリスト ボックスの幅よりも大きいという奇妙な問題が発生しています。これが発生すると、テキストが短くなります。
これが起こっている例のいくつかは次のとおりです。
コード
コードは次のとおりです。
落ちる
<div class="level select">
<select id="MainContent_cmbClientName" style="width:140px;">
<option selected="selected" value="Select One Two Three Four Five Six Seven Eight">Select One Two Three Four Five Six Seven Eight</option>
<option value="Select One Two Three Four Five Six Seven Eight">Select One Two Three Four Five Six Seven Eight</option>
<option value="Select One Two Three Four Five Six Seven Eight">Select One Two Three Four Five Six Seven Eight</option>
<option value="Select One Two Three Four Five Six Seven Eight">Select One Two Three Four Five Six Seven Eight</option>
<option value="Select One Two Three Four Five Six Seven Eight">Select One Two Three Four Five Six Seven Eight</option>
</select>
</div>
セレクトボックス
<select size="4" id="MainContent_lstFamilyStatus" class="client-bg-repeat" style="color:#000060;">
<option value="1">Couple</option>
<option value="2">Family with 2+ Children</option>
<option value="3">Family with One Child</option>
<option value="4">Single Female</option>
<option value="5">Single Female and not willing to marry</option>
</select>
この問題を解決する方法はありますか、またはテキストのオーバーフローのために切り取られている次の行にテキストを移動する可能性があります。
どうもありがとう。