gpt4 book ai didi

html - 我怎样才能看到html中输入文本后面的背景图像?

转载 作者:太空宇宙 更新时间:2023-11-03 22:45:19 24 4
gpt4 key购买 nike

我尝试以 HTML 形式编写一个网站,我需要在输入文本后面看到我的背景图像,例如用于搜索。我能做些什么?我尝试设置图像背景,但是当我添加输入文本时,它是白色的,我看不到后面的 bg 图像 Something like this

<html>
<head>
<style>
body {
background-image: url(example url}#weap{display:inline;}

</style>
</head>
<body>
<div id="wrap">
<input id="search" name="search" type="text" placeholder="What're we looking for ?">
</div>
</body>
</html>

最佳答案

您可以将不透明度 添加到您的搜索字段。例如:

#search{
opacity: .7;
filter: alpha(opacity=70); /* For IE8 and earlier */
}

关于html - 我怎样才能看到html中输入文本后面的背景图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42244368/

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