FWIW anything that makes the z-index not predictable (and not-fixed)
scares me since it can complicate styling. Stacked panels are the only
use case I can see for a non-fixed z-index, and even those should be
fixed to be within a set range.
Wichert.
--
Wichert Akkerman <wic...@wiggy.net> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
FWIW anything that makes the z-index not predictable (and not-fixed)
On 2009-8-5 13:15, Richard D. Worth wrote:
> Support for this is planned:
>
> http://wiki.jqueryui.com/Core
>
> <http://wiki.jqueryui.com/Core>"
> Planned:
> * $.fn.zIndex
> - to tackle stacking issues which will become more prevalent as the UI
> library grows and more complex components emerge.
> - will be able to calculate true stacking level based on a target
> elements z-index or its parents if not set.
> "
scares me since it can complicate styling. Stacked panels are the only
use case I can see for a non-fixed z-index, and even those should be
fixed to be within a set range.
Wichert.