Hey there,
I'm trying to change the standard forum searchbar with an image of a searchbar with rounded corners that (behind the corners are transparent). I tried to apply this by first hiding the search bar color then placing an image over it:
#search_wrapper {background-color:transparent;background-image:url(http://urlhere//);}
The image covers the background of the searchbar properly, but I can still see the original color of the search bar behind the rounded corners even though I set it to transparent. When I check it in Firebug, my code has been striked-out and overwritten. How can I fix this or is there an easier way of doing this?
I also tried to change the go button to a symbol of a magnifying glass using the same method (making the 'Go' text transparent and replacing it with an image), but it doesn't work and when I check in Firebug, my code isn't even listed there; it's as if I referred to the wrong tag (I used #search_go).