I'm trying to create an effect where a play button is shown when the mouse is hovering over an image. A good example of this is the videos down below on http://www.anyclip.com/
Can anyone help?
|
I'm trying to create an effect where a play button is shown when the mouse is hovering over an image. A good example of this is the videos down below on http://www.anyclip.com/ Can anyone help?
| |||
|
feedback
|
|
| |||||||||||
feedback
|
|
HTML and CSS can easily position a play image over a thumbnail image. I'm hoping this wasn't your concern; though I've provided some a demonstration below. The Javascript is rather simple as well. Listen for a mouseover event and a mouseout event, and tweak the styles accordingly. HTML:
CSS:
Javascript:
Someday, this will be possible without any Javascript at all. With multiple background images in CSS3, | |||||||
feedback
|