I'm replacing the button for a search form with a background image.
The image is a transparent png file, and even though the
background-color is set to none, a light grey color is showing up.
Here's the CSS I'm using for it:

form input.search_button {
        display:block;
        background-color:none;
        background-image:url(images/2009/button_search.png);
        background-position:top left;
        background-repeat:no-repeat;
        width:55px;
        height:28px;
        border:none;
        color:none;
        }
        
form input.search_button:hover {
        background-position:0 -18px;
        }

Here's the link to the site:
http://associationdatabase.com/aws/OFDA/pt/sp/home_page

here's the link to the entire css file:
http://ohio-fda.org/screen.css

Am I overlooking something, and how do I get the background color to go away?
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to