0
我有代碼:輸入填充剩餘空間
<form class="choose-game" action="?" method="get">
<fieldset>
<select name="game" id="game" required>
<option value="battlefield 4">Battlefield 4</option>
<option value="call of duty ghosts">Call Of Duty: Ghosts</option>
<option value="fifa 2014">FIFA 2014</option>
<option value="league of legends">League of Legends</option>
<option value="need for speed rivals">Need For Speed: Rivals</option>
</select>
<input type="submit" value="Wybierz">
</fieldset>
</form>
JSFiddle,但我想輸入填充字段(除空隙)的剩餘空間。 StackOverflow的任何其他解決方案都不起作用。我必須做什麼?
輸入屬性是你尋找類似[這](http://stackoverflow.com/a/19022840/1542290)? –
是的,但我不能修改我的代碼。也許這是不可行的,因爲在我填補這一點是在左邊。 – Albert221