Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
266
Remove/Change Z-Index on UltraChart
posted

This is the code generated by an infragistics 7.3 UltraChart, you can see the z-index: 4; there on the table. This is causing the chart to display ontop of other areas of my site and i need to know how i change it without doing some nasty javascript hack.

<div style="" id="ctl02_UltraChart1">
<table style="left: 0px; top: 0px; position: relative; z-index: 4;" id="ctl02_UltraChart1_table">

<
tbody><tr><td style="left: 0px; top: 0px; width: 490px; height: 209px;">
<div style="left: 0px; top: 0px; position: relative; width: 490px; height: 209px;">
<img usemap="#RxActImg_ctl02_UltraChart1" ......  />
</div></td></tr></tbody>

</table>
</
div>