I have an odd problem that I've now spent several hours tracking down. It appears that when I set the CSS style 'opacity' on one element to anything other than '1.0', it causes the chart to disappear. The two elements are not nested within one another, in fact they're not even direct siblings.
My page contains a number of elements. The element I'm setting to transparent is ID 'DingControlPanel'. My chart is in ID 'DailyStatsChart'. Simplifying to the elements I'll be discussing, it looks something like what I've sketched below.
I'm tearing my hair out over this. Any help would be appreciated.
coyote
body
div id='Ding'
div id='DingControlsContainer'
div id='DingControlPanel'
/div
/div
div id='Pages'
div id='DailyStatsChart'
*** chart goes here ***
/div
/div
/div
/body