Firefox Together With Ie Custom Pick Out Dropwdown Work Solved
This volition brand a custom dropdown industrial plant across all the browsers. So putting it all together the next should last sufficient.
/* IE FIX! */ select::-ms-expand { display: none; } /* Firefox FIX! */ pick out { outline : none; overflow : hidden; appearance: none; -webkit-appearance: none; -moz-appearance: none; text-indent : 0.01px;/* this is important! */ text-overflow: ''; /* this is important! */ }Sumber http://developer-paradize.blogspot.com
Comments
Post a Comment