We are creating biography pages for our employees, I have a general idea of how I want the pages to look. I thought it would be a waste of time to create a new page for each employee. I would like create layers so that when an employees picture is clicked, a semi transparent layer appears with the picture plus a formatted biography paragraph.
What is the best language to use for this type of action? All my pages are php based. Here is a picture of my idea, please critique my photo if this is impossible.
Lightbox 2 (Unless you want to redevelop the entire site in Flash)
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Fair enough, is there a better way to go about something like this? I mean, the layer doesn't need to be transparent, and I don't necessarily need the picture. Just thought it would look better.
Implementing lighbox (or one of the variants) would do what it sounds like you need or you could write some basic javascript to show or hide high z-index absolute elements with or without opacity.
All you need is to create a single page with all the information in then use JS to show the element the user clicks on.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
into the page is through the title="text" property
Explain please?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Ok, so you want to put more than captions to whatever you are showing.
Though if it is only a paragraph of text, the title attribute (while not being ideal because of accessibility issues) would be the place to put it.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?