我在裏面有一個textarea和input [type = image]定位(絕對)。限制列數可以在textarea中輸入
但我想要的是像谷歌翻譯的版本,這個形象下出現 - 以限制可以輸入或圖標的更多自由空間的cols數
這裏是我的代碼
#cross {
position: absolute;
margin-left: -19px;
margin-top: 36px;
}
<div class="form-group col-md-6" id="txtbox1">
<input type="image" onclick="clearMessageArea('#userMessage')" src="img/cross.svg" id="cross" style="width: 14px; height: 14px" />
<textarea class="form-control" id="userMessage" rows="6" style="resize: none"></textarea>
</div>
使用填充右:14px的文本區域。 –
_「我想要成爲谷歌翻譯的版本」_您可以隨時在Google翻譯器上使用檢查元素,看看他們是如何做到的。 – yuriy636