Sliding Photo Gallery
Friday, September 16th, 2005CSSPlay has a creative (and easy) way to show your photos. Using pure CSS, and a very minimal amount of code you can create the following:
Head over to CSSPlay to see it in action and grab the code.
#header { background: url(http://www.pixelimpact.com/wp-content/themes/ZaZen/images/kubrickheader.jpg) no-repeat bottom center; } #header { padding: 1px; height: 50px; width: 758px; } #headerimg { margin: 7px 9px 0; height: 50px; width: 740px; }
CSSPlay has a creative (and easy) way to show your photos. Using pure CSS, and a very minimal amount of code you can create the following:
Head over to CSSPlay to see it in action and grab the code.
slower.net has a nifty little photo widget. Called the Flickr RSS widget, it’s a little button that when pressed pulls ten of the most recent photos from a Flickr RSS feed. This little button could be placed in a signature, your site, or anywhere you want.
Here’s what it looks like in action:
The button:
Once clicked:
Cool!