text input /w background image
<style type="text/css"> .searchBox{ background-image:url('http://www.dhtmlgoodies.com/tips-and-tricks/input-with-background/images/magnifying-glass.gif'); background-repeat:no-repeat; padding-left:20px; } </style> <input type="text" name="search" style="border:2px inset gray;color:black;background-color:lightyellow;font-family:arial narrow;font-weight:bold;font-size:9pt;" class="searchBox">