CSS Slideshow from Div Background Image - Possible?

I have Divwith a name splashthat has a width of 473px and a height of 139px. It has a background image applied to it. As DivI have another 3 Divs.

I want the background image of the container to splash Divfade in and out with different images.

Is there a way to achieve this using CSS3?

You can see the surge Divat http://blackburnseo.com/ensor/

+3
source share
2 answers

CSS3 has a property / function called "transitions" that may be able to achieve the distortion you're looking for without JS.

google, , , .

http://css3.bradshawenterprises.com/transitions/

, ; , (, , background-position)

+1

transitions, .

- (: hover,: focus ..).

: http://jsfiddle.net/seler/zZCyf/

+1

All Articles