gpt4 book ai didi

html - 手动允许用户在系统内调整 的大小

转载 作者:太空狗 更新时间:2023-10-29 12:33:13 24 4
gpt4 key购买 nike

<分区>

我正在尝试开发一个系统,使用户能够手动调整 textarea 和 iframe 的大小。我已经在下面说明了我的意思:

<body>

<table width="100%">
<tr>

<!-- basically I want the user to be able to manually resize the width of the <td>'s -->

<td width="30%">
<textarea style="width:100%; height:100%;"></textarea>
</td>
<td width="70%">
<iframe style="width:100%; height:100%;" src=""></iframe>
</td>
</tr>
</table>

</body>

任何帮助将不胜感激,谢谢:)

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com