I've been looking at this question on stack - http://stackoverflow.com/questions/...ect-dropdown-with-css-only-without-javascriptMy css is currently something like this.\[code\].styled-select select { background: transparent; width: 268px; font-size: 16px; line-height: 1; border: 0; height: 28px;}.styled-select{ padding: 0; width: 240px; height: 28px; overflow: hidden; background: url(images/drop.png) no-repeat right #fff; border: 1px solid #ccc;}\[/code\]