私はテキストエリアを持っていて、最後に[type = image](絶対)を入力しました。入力されたか、アイコンのためのより多くの空き領域が可能COLSの数を制限する - 文字列の制限数はテキストエリアで入力できます
しかし、私がしたいことは、Googleの翻訳のバージョンのようにあるように、この画像の下に表示される場合があります

は、ここに私のコードです
#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 Translatorのバージョンとして欲しいです" _ Google Translatorでいつもinspect要素を使うことができます。 – yuriy636