I\'m a bit stuck with this one. I have an article list with snippets that link off to the full article. when you hover over each blurb a bar appears at the bottom of the blu
Instead of setting display: none, try to hide it by using margin-top or z-index. Both of these won't break the FB like button.
.hide2 { margin-top: -1000px !important; position: relative ; z-index: -1 !important; }