coyotl Report post Posted June 2, 2008 (edited) 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 Edited June 2, 2008 by Guest Share this post Link to post Share on other sites
coyotl Report post Posted June 2, 2008 Okay, this seems to be a problem that is unique to Firefox on the Mac. See this article. Now I have to figure out a work-around! Share this post Link to post Share on other sites