Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Hover refers to the action of placing the mouse cursor over a given element.
0
votes
1answer
21 views
FB Like btn losing hover state of parent in IE
I have a box, when hover, a div comes up with 3 buttons. One of them is the FB Like Btn.
All works fine in FF, Chrome, Opera.
In IE (7+): when hover the FB Like btn the entire div (parent) is losing ...
0
votes
0answers
381 views
CSS sprite not working in Facebook iFrame (IE10)
I used CSS sprites to create a hover effect on some buttons but when I show the page in a Facebook iFrame, the hover effect doesn't work (only in IE, works everywhere else). I loaded the page on my ...
1
vote
1answer
372 views
IE CSS Hover Issue with Facebook/Twitter/+1 Buttons
I'm having an annoying issue with IE that involves social media sharing buttons. When each list item is hovered I reveal the pink bar below the item using simple CSS:
li:hover ...
0
votes
1answer
369 views
How to turn of the inner border for Facebook 'Like Button' in IE7/IE8?
I have seen that even on big sites like CNN, etc. have it. I tried targeting the element which showed up those edges in IE developer toolbar but it didn't work.
Check out the link and hover over the ...
6
votes
5answers
20k views
Hover image - display div over it
On hover I want a link apear at the top-right of the image. Just like on your profile picture on Facebook, where it says "Change Picture".
I have tried to to get it working with a bit of jquery but ...