在 HTML 中,我想像在信使中一样对齐文本区域之外的按钮:
两者都在页脚中,但是当我更改屏幕尺寸时,会发生这种情况:
<input type="button" value="➢" onclick="CheckAndSubmit ()" style=" position:fixed; bottom:4px;right:100px; padding:15px;">
<textarea name="message" id="message" cols="40" rows="1" style="position:fixed; padding:15px; bottom:4px;"></textarea>