Posted by Ciaran on 05/04/07 00:37
On May 2, 8:01 pm, 1995 Cobra <m...@deepskystudio.com> 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án
[Back to original message]
|