搜索字段内的图像按钮?
我想知道像 bing.com 或 Wolframalpha.com 这样的网站如何在文本字段内创建搜索按钮?如果你去每个网站,你就能清楚地明白我的意思。
I was wondering how websites like bing.com or wolframalpha.com create their search buttons inside of of the text field? If you go to each website, you can see clearly what I mean.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
让 Firebug 作为 Firefox 的插件。您可以单击屏幕上的元素并查看它们的 CSS。它将教您大量有关 CSS 的信息。他们实际上使用负边距来让这个傻瓜在 Bing.com 上浮动。
http://getfirebug.com/
Get yourself Firebug as a plugin for Firefox. You can click on elements on the screen and see their CSS. It'll teach you LOADS of info about CSS. They actually use a negative margin to get that sucker to float over on Bing.com.
http://getfirebug.com/
简单:提交按钮(具有透明背景)位于输入字段上方..:)
Simple: the submit button (with transparent background) is above the input field.. :)
这是代码,它在 Opera 中运行良好,但在其他浏览器中则不行。
Here's the code, it works fine in Opera, but no other browser.