views:

36

answers:

1

I am wondering if there is an easy way to keep this popup window (span) JPicker (built on JQuery) on top of other modal windows or divs? Zindex, is there a way to make sure the zindex is always on top?

Thanks

A: 

If you set the z-index to a very large value, say 9999, that will essentially guarantee that the window is the top-most.

Justin Ethier