Here an example http://jsfiddle.net/h6PLV/ background:none;
On Google Chrome have white color around the select option. In Firefox looks great.
How do I remove the white color on Chrome browser?
To change the selected option color of the menu, the “:checked” selector of CSS is used. :checked is a pseudo-class element that can be only linked with input type elements, such as “option”, “checkbox”, and “radio buttons”. It is mainly used to change the behavior of the selected value of these elements.
Select the picture that you want to remove the background from. On the toolbar, select Picture Format > Remove Background, or Format > Remove Background. If you don't see Remove Background, make sure you have selected a picture. You might have to double-click the picture to select it and open the Picture Format tab.
Add -webkit-appearance: none;
.inputtxt {
border:0;
background:none;
-webkit-appearance: none;
}
jsFiddle example
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With