I'm using gravity form on my website and i added background image for my drop down list, but i just realized the IE8 can't show my background,
here is the image
the correct should be like this:
here is the code:
.page-id-318 #input_5_1{
-webkit-appearance: none;
-moz-appearance: none;
color: #828988;
padding: 8px 8px 8px 8px;
font-size: 12px;
text-align: left;
border-radius: 0 !important;
background: url(images/down.png) no-repeat right white !important;
background-position:100% 50%;
border: 1px solid #e8e1d7;
height: 32px;
overflow: hidden;
width: 100% !important;
}
The thing is, background image should be above the all other items. thoughts?