搜索框内的搜索按钮,如 Bing
如何在搜索框中实现搜索按钮(如 Bing 等网站上所示)?
How can I implement a search button inside the search box, as seen on a site like Bing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在搜索框中实现搜索按钮(如 Bing 等网站上所示)?
How can I implement a search button inside the search box, as seen on a site like Bing?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
它看起来像是在里面,但事实并非如此(你不能将 html 放在输入中)。
这 2 个元素(一个输入和一个按钮)靠得很近,边距为 0,并且高度相同。该按钮的图形有 3 像素的白边距。所以就造成了这样的效果。
可能的标记和样式可以是:
It just looks like it's inside but it's not (you cannot put html inside an input).
The 2 elements (an input and a button) are close together with 0 margin and both have the same height. The button's graphic has a 3px white margin. So it creates this effect.
A possible markup and styling could be:
一个很酷的类似 Bing 的搜索框(按钮在内部)
A Cool Bing-like Search Box (Button on the Inside)