CSS overrides are nice but sometimes you need to alter your submit button to show up the same way in all browsers (yes, you IE!). /** * Alter search form to use image as background. */ function mytheme_search_theme_form($form) { $form['submit']['#type'] = 'image_button'; $form['submit']['#src'] = drupal_get_path('theme', 'mytheme') .'/images/search_btn.gif'; $output .= drupal_render($form); return $output; } Piece of cake!

It's quiet in here! Why not leave a response?

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.