Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <select>
    <option>选项1</option>
    <option>选项2</option>
    <option>选项3</option>    
  </select>
</body>
</html>
 
select {
    border: solid 1px #000;
  
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 14px;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
}
select::-ms-expand { display: none; }
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
newghostpro
0viewers