tags:

views:

14

answers:

1

We have to deal with multiple panels on the website ( refer to the screenshot below ).

The problem is we need to make the panel that users select on top of other panels

We can manually try to control the z-index of each panel, but is there an easier way to do this?

Env: - YUI 2.7 - IE7/8, FF3.x

multiple panels screenshot

panels img

+2  A: 

Re: "is there an easier way to do this?"

Yes, use the YUI Overlay Manager

Larry K