gpt4 book ai didi

html - 如何根据html中页面的特定位置更改输入字段的高度和宽度?

转载 作者:行者123 更新时间:2023-11-28 16:09:49 27 4
gpt4 key购买 nike

enter image description here

我将这张图片作为我的 html 页面的背景。

我想将输入文本字段放在图像中存在文本字段的部分。我想根据图片中的字段更改输入字段的高度和宽度,因为我已经使背景图像响应。

我该怎么做?

最佳答案

您可以通过...为文本字段指定大小

<input type="text" name="firstname" style="height:30px;width:30px">

但是为了设置位置你需要使用css

#id_name{
position:absolute;
// also can give style(height and width) here...
//margin and padding as per you requirement.
}

在这里你可以使用 Class selector , Id selector , 或 tag selector 它们中的任何一个。

关于html - 如何根据html中页面的特定位置更改输入字段的高度和宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29726492/

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