im having issue with png image as im using it on a input type. . . as a search bar it always shows the background even the image is transparent what should i do?
this is the image shows the background . . . . sorry had to post image like this because it was saying link forbidden.
lookpic.com/c1/i2/2810/Tga5pCQ8.jpeg
*CSS CODE --------
.smartbar ul li input.search_bar {
border:none;
width:174px;
height:22px;
background-image: url(../images/input_search.png);
background-repeat: no-repeat;
padding: 0 5px 0 10px;
float:left;
margin: 0 4px 0 4px;
}