Placeholder text is not reflecting in Internet Explorer

0
Hi, I have username and password placeholder texts, color of this placeholder text is coming fine in Google Chrome but it’s not coming the same in internet explorer.What I need to do?...help me out
asked
1 answers
2

Hi Shaik,

I think IE renders the styles bit differently compared to the advanced browsers hence the placeholder styles may not be applied appropriately. You will need to apply custom styles to your username and password inputs if you want to fix this, have a look at  https://stackoverflow.com/questions/22199047/placeholder-css-not-being-applied-in-ie-11  and  https://css-tricks.com/almanac/selectors/p/placeholder/  for what styles to apply. 

 

Hope this helps!

answered