Hi,
I use activex version for develop web app.
But the property "z-index" can't apply the object element
like: <object id="chart4" style="z-index: 105"....
The chart object is not affected by that property.
Thus it always be the most top element instead of the iframe element!
My question is that : is it possible to control the object's z level?
thanks
The Z-index property can not work in web environment
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: The Z-index property can not work in web environment
Hello,
You could try placing the chart in a DIV.
Hope this helps!
You could try placing the chart in a DIV.
Hope this helps!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: The Z-index property can not work in web environment
hi,
It still can not work
Just like the pictures below : Like I mentined before, the chart obj is higher than any elements except the iframe(the menu list),
even though I place the chart obj inner the Div.
Is there any advices?
Thanks a lot!
It still can not work
Just like the pictures below : Like I mentined before, the chart obj is higher than any elements except the iframe(the menu list),
even though I place the chart obj inner the Div.
Is there any advices?
Thanks a lot!
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: The Z-index property can not work in web environment
Hi DSC,
I'm afraid this is not a TeeChart issue but a problem with your page layout. As I can see same problem occurs with the grid above the chart, doesn't it? Does this occur using other objects instead of a TChart? If the problem persists please send us a simple example project we can run "as-is" to reproduce the problem here and we will check if there's anything we can do to solve the issue.
Thanks in advance.
I'm afraid this is not a TeeChart issue but a problem with your page layout. As I can see same problem occurs with the grid above the chart, doesn't it? Does this occur using other objects instead of a TChart? If the problem persists please send us a simple example project we can run "as-is" to reproduce the problem here and we will check if there's anything we can do to solve the issue.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: The Z-index property can not work in web environment
hi,
Yes, this problem only occurs on tchart object.
Actually, I think the mainly problem is the "style" attribute is not fully effective in the <object> tag.
(although the attributes--width, hight, left and top can work!!)
But as your previous advice, I tried to place the chart object inner the DIV then set the style attribute of the DIV tag.
However the chart's layer still higher than other elements (except the IFrame element) and can't be covered ( e.g., img, div elements)
ps. The grid is not above the chart, I just place the grid beside the chart obj, and both they are placed inner a <td> element.
The attached file is a simple project for your test.
Thanks a lot!!
Yes, this problem only occurs on tchart object.
Actually, I think the mainly problem is the "style" attribute is not fully effective in the <object> tag.
(although the attributes--width, hight, left and top can work!!)
But as your previous advice, I tried to place the chart object inner the DIV then set the style attribute of the DIV tag.
However the chart's layer still higher than other elements (except the IFrame element) and can't be covered ( e.g., img, div elements)
ps. The grid is not above the chart, I just place the grid beside the chart obj, and both they are placed inner a <td> element.
The attached file is a simple project for your test.
Thanks a lot!!
- Attachments
-
- Test2.rar
- Zindex problem
- (113.99 KiB) Downloaded 621 times
Re: The Z-index property can not work in web environment
Hi DSC,
Thank you for your example project. It helped us to reproduce the issue. I've added it to the wish list to be revised for further releases (TA05014330).
Thank you for your example project. It helped us to reproduce the issue. I've added it to the wish list to be revised for further releases (TA05014330).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |