Providing image to submit button

I have this button on my website how do I provide it an image


<?php echo CHtml::submitButton('search'); ?>

It should look good in ie8,ie7

Any Ideas?

Check API: CHtml::imageButton and this post.