coyotl

Members
  • Content count

    4
  • Joined

  • Last visited

About coyotl

  • Rank
    Forum Newbie
  1. Thanks. It appeared that 'borderThickness' needed to be set to zero. 'showBorder' was set to '0', but this didn't cause the border to go away.
  2. I have a gray border around my chart that I would like to eliminate. What attribute affects this?
  3. Weird problem with opacity and chart

    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!
  4. 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