Passwords showing up as white (or not at all) in IE

后端 未结 3 890
一生所求
一生所求 2020-12-30 10:51

For some reason password fields are appearing as blank (or white) characters in IE8 for a site I\'m working on.

Both these screenshots have a long password entered

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 11:30

    This is how I solved it

    '', 'class' => 'input-block-level', 'tabindex' => '2', 'placeholder'=>'Password', 'title' => 'Password', 'style' => 'font-family:arial, serif;')) ?>
    

提交回复
热议问题