PDA

View Full Version : Any way to hide/show Exif data on main page?


edward
09-22-2006, 06:48 PM
I would like to be able to make the exif data show only when a user rolls over part of text or clicks the text to show more. Any suggestions?

codepoit
09-22-2006, 07:02 PM
moo.fx (http://moofx.mad4milk.net/) has an accordion feature that will allow users to click an info/exif link to show/hide this info on main page. Lots of PP users use this...

edward
09-22-2006, 07:49 PM
Thank you for the info. I really like your site btw, and the idea for putting the exif info in the comments page. I might play around with that idea and see if I can't break something! :)

Connie
09-22-2006, 08:05 PM
Edward, I do this at photografitti.de

move the cursor over "Bild-Daten" and you will see the data

edward
09-22-2006, 11:18 PM
Connie, is that a script doing that? Or does that come with pixelpost?

Connie
09-23-2006, 07:07 AM
if you read the source of my page, you will see that it is done with CSS and Javascript

I attach the template here, it is better than to cite here..

the necessary CSS is the following:

#daten {position:absolute;bottom:122px;border-top:1px solid black;border-bottom:1px solid black;background:transparent;display:block; }
#detail {text-align:left;text-indent:0;float:left;background:transparent;color:r ed;visibility:hidden; }

experiment yourself, I will not have time to support this and I fiddled it out myself as well ;=)