Try either setting the z-index css style for both so that the effects  
div is a higher number or make sure the div/element holding the  
effects is later in the html document and higher in the nesting level...

Hope that makes sense, and that I'm answering this right...

-bop

On Feb 27, 2009, at 11:19 AM, Ângelo Rigo wrote:

>
> Hi
>
> I do use prototype and scripttaculous to show bigger images from
> thumbnail images, but i have a flash animation and the image just stay
> below that flash animation.
>
> How can i fix it so that the image can to be just above the flash
> animation ?
>
> Thank´s in advance
>
> I just write in the head section :
>
> <script type="text/javascript" src="js/prototype.js"></script>
> <script type="text/javascript" src="js/scriptaculous.js?
> load=effects"></script>
> <script type="text/javascript" src="js/lightbox.js"></script>
> <script type="text/javascript" src="js/effects.js"></script>
> <script src="js/unittest.js" type="text/javascript"></script>
> <link rel="stylesheet" href="css/lightbox.css" type="text/css"
> media="screen" />
>
> And in the image i create a link with an atribute rel=\"lightbox[]:
> <a href='../files/<?=$rs->field("imagem")?> rel=\"lightbox[]\">
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to