Reputation: 611
is there any way to remove button outline in ie 6.0, 7.0
outline
dreamweaver giving error
Unsupported property: outline Affects: Internet Explorer 6.0, 7.0
Upvotes: 0
Views: 523
Reputation: 6646
input.yourClass { outline:none; border:none; }
Upvotes: 1