Jump to content

-webkit-appearance


manojnaanak

Recommended Posts

Please post your relevant offending code.

I want to create such type drop list http://datanova.co.i.../Untitled-2.jpg I have tried this working only in chrome but it not working in mozila and ie

link: http://jsfiddle.net/...naanak/A7JCm/1/

select.selectGradiant {background: url(http://datanova.co.i...ropBackFull.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

-webkit is the Chrome and Safari prefix. You should probably substitute it for -moz.

-moz-appearance

That is if Firefox supports the appearance property.

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...