Jun 16, 2010

Embedding a photo gallery overlay in Blogger using inline CSS & Picasa Web Albums

Check it out, I'm tackling how to make a slick photo gallery overlay.

Just stick a style attribute like this into whatever EMBED tag you get from your album builder, like Picasa:

style="display: block; height: 600px; height: 768px; margin-bottom: 400px; margin-left: -405px; margin-top: -260px; width: 100%; width: 928px; z-index: 4;"

Position and size are adjusted with the margins and dimension properties in the div style.

I've only seen it in Webkit on Linux so far, so we'll see how far it goes!