Works for all font sizes too. <html> <head> <style type="text/css"> select { position:absolute; background-color: #efefef; clip:rect(8% 99% 92% 2px); font-size: 50px; } </style> </head> <body> <select><option>1sdfsdfsdfsdf<option>sdfsdfsdf2</select> </body> </html>