开发者

Remove the AnchorTag IE Border

开发者 https://www.devze.com 2023-03-07 18:30 出处:网络
I have an UL with ListItems containing AnchorTags. These Anchor Buttons should have Borders, depending on the click event.

I have an UL with ListItems containing AnchorTags.

These Anchor Buttons should have Borders, depending on the click event. However in IE and Firefox- when the Anchor is clicked it开发者_JAVA百科 automatically puts this dashed-border surrounding the Button. You have to click away from it in order for that Border to dissapear:

Remove the AnchorTag IE Border

Here is a Fiddle and you can see what Im talking about: http://jsfiddle.net/NinjaSk8ter/ZSeFA/

Is there a fix for this?


#mid-featureleft-client .navigations a:focus {  
    outline: none;  
} 
0

精彩评论

暂无评论...
验证码 换一张
取 消