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:
Don't use text-indent. Try this one instead:
text-indent
display: block; height: 0; padding-top: 20px; //The height of your button overflow: hidden; background: url(image.png) no-repeat; // Image replacement
Works in all browsers including IE6.