How can I display the image in a select drop-down box specifically for Google Chrome? The image shows up in all browsers except for Google Chrome.
The image in Google Chrome appears like this...
The image shown in all other browsers looks like this...
I want to create a consistent select box appearance across all browsers.
This is my current code...
.selectbox_bg {
background: url("images/contact_texbox_bg.png") no-repeat scroll 0 0 transparent !important;
border: medium none;
color: #5D5C5C !important;
font-size: 15px;
height: 33px;
line-height: 33px;
padding: 6px 10px;
width: 255px;
}
Your assistance is greatly appreciated.
Thank You.