That’s great. Can you show me what it looks like as HTML when it comes
to the tags? Are they applied to the photos as classnames, are they
raw text in the view somewhere? Without seeing what you’re trying to
accomplish, even at a small scale, I can’t begin to suggest a solution.
If I were doing this, and I wanted to make the very nicest experience
for my viewers, I would make my slide show as a nested inline
construction:
outer div (HTML box)
inline div, float left
photo
description text
inline div, float left
photo
description text
...
By careful application of margin styles, you can then make your “slide
sorter” view appear to be a grid. And by applying the tags as
classnames to the inline div, you could then filter on them very
quickly and easily with JavaScript. You could have a set of links at
the side of the page, and when you click one, it would hide all of the
inline DIVs that didn’t have that classname applied. So if you had
<div class="butterfly wine beach"> ... </div> then you could cause
that div to appear when you click a link that triggers a JavaScript
function.
Walter
On Aug 25, 2010, at 10:57 AM, duotone wrote:
Walt,
Sorry, this is just an example of what I want to do in freeway…
Go here > http://picasaweb.google.com/FennValleyWinery
On the right side there are 2 tags that will filter your selection
of all the images in the site.
I can export from picasa to google with tags in place.
Tony
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options