I am working on a website and on the top navigation bar there is a search box, I applied the following css on the search submit button
#submit { background:
Add this CSS to make IE7 behave:
text-transform: capitalize;
Crazy but true.