I want to display a div over an element (especially a link) when hovered, like in Facebook, when you hover a profile picture.
I know this could be done with JavaScript and CSS but have no exact idea.
|
I want to display a div over an element (especially a link) when hovered, like in Facebook, when you hover a profile picture. I know this could be done with JavaScript and CSS but have no exact idea. |
|||||||||||||||
|
|
Facebook's approach is to simply use CSS, which won't work in all browsers. In those browsers Facebook ditches the effect and always shows the element that should only display on hover:
Use conditional CSS to set |
||||
|
|
|
This can actually be done with pure css, here is a simple example: HTML:
CSS:
|
|||
|
|