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

Popular posts from this blog

What Are The Main Components of a Computer System

Top Qualities To Look For In An IT Support Team

How To Integrate Google Adwords Api Into Codeigniter?