Got it !
In addition to the "z-index:" property, it is required to specify
"position:absolute" for menu div (which is required to be on top).
After this, the "flash" div goes behind.
So I needed to alter these 2 properties for "flash" also.
Now it works.

But someone pl. tell me if this is a right approach to modify z-index
& position:absolute of certain elements (without breaking any other
functionality of web2py).

If OK, then I would continue with my newly found solution.

Thanks.

On Jul 16, 6:59 pm, Vineet <[email protected]> wrote:
> Hello List !
> I am trying to facelift my app by completely overriding the
> superfish.css.
> In most of the forms, the new-look menu is working superbly.
> But only in those forms containing "jqgrid" or "dataTable" controls,
> the menu is sent to back to the table control.
> Tried by setting "z-index:" property of <div> containing the menu at
> higher value. But no success.
> I am wondering why this behaviour (only in case of jqgrid &
> dataTable).
>
> Anybody got any idea?
>
> (If the problem description is too short, pl. tell me sothat I can
> post the code in this thread).
>
> Thanks.
> :-)

Reply via email to