Sliding Photo Gallery
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.
#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.