Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • did you try adding css to the option? select option{background:transparent;} ? Commented Apr 24, 2015 at 3:27
  • I tried select option{background:transparent;}, but not working Commented Apr 24, 2015 at 3:30
  • Have you tried specifying a class for option? For example in the html <option class="dropdownclass"> and the the CSS .optionclass {background:transparent;} Commented Apr 24, 2015 at 3:31
  • I specify a class for option, but also not working @MarcRudkowski Commented Apr 24, 2015 at 3:34
  • it's impossible using just CSS, use a custom dropdown like: designwithpc.com/Plugins/ddSlick. Commented Apr 24, 2015 at 4:00