Jump to content

droplist


manojnaanak

Recommended Posts

Just use the 1 px solid border with css and a light grey background and a border radius then you only need to change the font, padding and the arrow icon.

 

I have tried this, it is working well in chrome but not in IE and Mozila. So please give any solution.

background: url(../images/dropBackFull.jpg);  background-position: 100% 53%, center center;  background-repeat: no-repeat;  border: 1px solid #BBBBBB;  -webkit-appearance: none;  -moz-webkit-appearance: none;  -khtml-webkit-appearance: none;  height: 18px;  width: 35px;  font-size: 10px;  box-shadow: 1px 0px 1px #999;  -moz-box-shadow: 1px 0px 1px #999;  -webkit-box-shadow: 1px 0px 1px #999;
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...