coyotl

Weird problem with opacity and chart

Recommended Posts

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 by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now