How to overlap the content?
Hi,
I added a top area to the grid (cf: http://www.activewidgets.com/javascript.forum.12543.2/composite-controls-adding-more-elements.html)
The height of this top area is set as following:
In this area, I have a span with a height of 100px (and an absolute position). I notice that the content itself of the grid is over this span.
Actually I'd like this span going over the content.
How can I do that? I played with the z-index, but without success.
Thanx for your help.
Me.
I added a top area to the grid (cf: http://www.activewidgets.com/javascript.forum.12543.2/composite-controls-adding-more-elements.html)
The height of this top area is set as following:
obj.setPanelHeight(50, 0); //top line
In this area, I have a span with a height of 100px (and an absolute position). I notice that the content itself of the grid is over this span.
Actually I'd like this span going over the content.
How can I do that? I played with the z-index, but without success.
Thanx for your help.
Me.
Myself
November 30,