Show Me, Hide Me

Show Me, Hide Me

am 02.05.2007 21:01:42 von Window_Frog

Hey all, looking to do something like on Yahoo.com where it looks like
a layered box or a stack of index cards. When one is clicked it comes
to the top of the pile. I'm assuming this is done w/ a combination of
"visible" and some other properties. Any help? Thanks.

Re: Show Me, Hide Me

am 04.05.2007 02:37:02 von cronoklee

On May 2, 8:01 pm, 1995 Cobra wrote:
> Hey all, looking to do something like on Yahoo.com where it looks like
> a layered box or a stack of index cards. When one is clicked it comes
> to the top of the pile. I'm assuming this is done w/ a combination of
> "visible" and some other properties. Any help? Thanks.

I havent looked at it but it sounds like you're looking for a
conbination of CSS properties:

position:absolute and z-index

Position the cards exactly where you want them and then use either
javascript or a simple a:active link to xhange the z-index of the
selected card to the highest depth.

Ciar=E1n