How can I center the option text in a drop down menu using CSS?
display: block;
height: 60px;
margin-left: 10%;
margin-right: 10%;
margin-top: 10px;
min-height: 60px;
text-align: center;
The option text is centered in Firefox browser, but not in Safari. Is there a solution to get the text aligned in the center in Safari browser?