Reputation: 29
Like button push down my web site content by 1 pixel after load? What causes this?
The website: http://mihalko.eu/
http://screencast.com/t/0YaQlZPmtRv
Upvotes: 0
Views: 1022
Reputation: 9487
The iframe
height is causing that. Give a height
to #facebook_like
and that should prevent it from moving changing when the iframe
height changes. You can even add it a overflow:hidden
.
Upvotes: 3