-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Zelf wrote:
>> Effect.Appear to stay in the front and overlap everything else?
> 
> I realize Effect.Appear is dealing with opacity now.  How do I tell a
> div to stay in the front of all other divs without using z-index in
> css?
"opacity" is an issue because it affects document stacking (so "z-index"),
but this is not really an issue for Prototype/SAU as they plug their
workarounds which avoid this effect (I wouldn't bet on it though).

> When you click on it calls an  Ajax Update that retrieves a select menu
> inside the specified div directly below the "Select Attachments" link.
If you don't really care about the "inside" relation you mentioned in your
first message, then you should easily cure it by using an absolutely
positioned container which is attached to DOM *after* all those "ribbon" boxes.
Just attach that "wrapper" after all those ribbons, "absolutize" it based on
clicked-element coordinates and hopefully you'll be fine without any z-index
tricks.

- --
Marius Feraru
-----BEGIN PGP SIGNATURE-----

iD8DBQFF23YItZHp/AYZiNkRAovkAJ4n7BPX/BRyFzxpQ4TmJgg0pTJ56wCfTNk2
DMiYrd7Bp2oBATEaM0Tbqds=
=entq
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to