Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Custom design for select box using CSS

CSS:
.Select-style {
padding: 0;
margin: 0;
border: 1px solid #ccc;
width: 197px;
overflow: hidden;
height: 30px;
background: url("../images/dropdown.png") no-repeat right center #fff;
margin-bottom: 10px;
}
.select-style select {
padding: 0 3px;
width: 108% !important;
border: none;
box-shadow: none;
background-color: transparent;
background-image: none;
}
.select-style select:focus {
outline: 0;
}

HTML:





This post first appeared on PSD-HTML-CSS-JS, please read the originial post: here

Share the post

Custom design for select box using CSS

×

Subscribe to Psd-html-css-js

Get updates delivered right to your inbox!

Thank you for your subscription

×