Hey guys. I'm a CSS newbie and 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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||||
|
|
Simple: the submit button (with transparent background) is above the input field.. :) |
||||
|
|
|
How about formatting according to this search box background image idea? |
|||
|
|
|
@dscher - Here's the code, it works fine in Opera, but no other browser. submit_form {
} |
|||||||
|