Recent Topics

1 Mar 23, 2006 21:07    

That's what I'm trying to do.. no luck. Anyone successfully do this?

2 Mar 23, 2006 21:44

I did something like that here: http://softwareandtools.com/

The search button is replaced with a magnifying glass image. I also did some css stuff to make it look like it's in the search field (it's not). Here's the part that makes the search button an image:

<input type="image" src="img/search.gif" name="submit" alt="Search" class="submit" title="Search" />


Form is loading...