[wd_asp elements=’search’ ratio=’100%’ id=1]

Style dropdown box using pure css

15th August 2014

CSS

Css - Codehaven

Very Basic!
select option {
margin:2px;
background-color:#8BC53F;
color:#fff;
}
//maybe this also
.select-box select:focus {
outline: none;
background: #000;
color: #fff;
}

or this

Or this with no image used!

Best way is to use this plugin (SelectBoxIt)