Abdul Shakoor Kakar
Abdul Shakoor Kakar

Reputation: 611

removing css button outline ie 6.0, 7.0

is there any way to remove button outline in ie 6.0, 7.0

dreamweaver giving error

Unsupported property: outline Affects: Internet Explorer 6.0, 7.0

Upvotes: 0

Views: 523

Answers (1)

ShibinRagh
ShibinRagh

Reputation: 6646

input.yourClass { outline:none; border:none; }

Upvotes: 1

Related Questions