| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style type="text/css"> | |
| select { | |
| text-indent: -9999px; | |
| overflow: hidden; | |
| -webkit-appearance: none; | |
| border-width: 5px; | |
| } | |
| span { | |
| background-color: red; | |
| width: 10px; | |
| height: 10px; | |
| display: inline-block; | |
| } | |
| body { | |
| display: -webkit-box; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <select> | |
| </select> | |
| <span> | |
| </span> | |
| </body> | |
| </html> |