html - dropdown list arrow icon not working properly on IE -


The dropdown list arrow icon is not working properly on IE but other browsers are working properly.

CSS:

 . Custom dropdown. Option {line-height: 2em! Important; }  

html:

  & lt; Select name = "name" category = "custom dropdown" id = "ddlSecurityFirstQuest" & Gt; & Lt; Option value = "2" & gt; What is the name of your pet? & Lt; / Option & gt; & Lt; Option value = "3" & gt; What was your first school name? & Lt; / Option & gt; & Lt; / Select & gt;  

attached image here

IE browser dropdown list arrow works like this

But I need an IE browser arrow like this

Note: I got another browser like this but IE is not working properly

Why do not you set an arrow's background image What would you like to own if you do this, you always have the same arrow.


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -