Bilbo Baggins
Bilbo Baggins

Reputation: 95

IE9 Facebook Like Button Red

I have a facebook like button in a hidden modal div which when a user clicks a button that modal appears.

Unfortunately the facebook button that appears has a red rectangle on it, see below:

red facebook like

I am using IE9 (this issue does not appear in other browsers).

Why on earth does this happen? Is there any way i can solve this while still keeping my modal div hidden?

Upvotes: 0

Views: 79

Answers (1)

Steve Morgan
Steve Morgan

Reputation: 13091

First thing to do is hit F12 to bring up the Developer Tools window.

Click the 'Select element by click' icon, then click on your Like button.

Now examine the Style window (from bottom to top) to see what's applying a red border.

Upvotes: 1

Related Questions