In windows XP mode IE8 browser when user type password only the curser moves the bullets is not showing up.Any body crossed across this situation.I want my user to display what ever they type as bullets in the field
Perhaps you are using Google Web Fonts, or something else other than standard fonts?
Try putting this in your page's <head> tag:
<!--[if lte IE 8]>
<style>
input {
font-family: Arial;
}
</style>
<![endif]-->
Make sure to replace input
with whatever CSS selector it takes to override the font-family.
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