IE7 input:focus

前端 未结 6 840
长情又很酷
长情又很酷 2020-12-09 07:02

I have the following CSS which isn\'t working in IE7.

input:focus{border-width: 2px;border-color: Blue; border-style: solid;}

Basically, I

6条回答
  •  旧巷少年郎
    2020-12-09 07:10

    it ALMOST works

    The problem with this is that when the element in question has focus and you open another window and then return to the page with the element in question on it, it is styled incorrectly :(

提交回复
热议问题