IE7 input:focus

前端 未结 6 846
长情又很酷
长情又很酷 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:25

    I understand the desire to not add events, but in this case it looks like MSIE7 is jerk on this point and needs to be hacked around. In your comment to @Ape-inago you indicate you're using jQuery. Here's a solution in jQuery. I tested this in MSIE 6 and 7, and it appears to do what you want.

    
    
    

提交回复
热议问题