Web Design      
& Development Blog

The Web Design & Development Blog is written, coded
and maintained by Duncan Midwinter. It regularly features
articles on HTML, CSS, Javascript, PHP, Web Design and more...

Six fantastic CSS3 animated image captions

Following on from my previous CSS3 demos, here is a demo of pure CSS3 animated image captions - the kind of thing that usually involves a lot of javascript and all too often bloated markup.

6 examples of animated image captions using only html5 and css3

In the following demo, all the examples are created using only CSS3 and the following semantic HTML5 markup for describing an image with a caption:

<figure>
	<img src="sample-image.png" width="200" height="200" alt="sample image description" />
	<figcaption>sample caption</figcaption>
</figure>

You can see the full demo here: CSS3 animated image captions →

Share:  facebook  twitter  google  digg  delicious  stumbleupon

Labels: Web Design, HTML5, CSS3 demo, Semantic Web

blog comments powered by Disqus