Hi all,
Having a bit of a problem with the AJAX Accordion Control...
I have two panes, one of which is open by default, but in Firefox it displays scrollbars across both axis - when you extend the second panel, these disappear. In IE no scrollbars are rendered - which is what i'm aiming for!
Using FireBug, I can see that when the Accordion Control is rendered on the page the div has the following attributes applied: "overflow: auto; height: auto;" - changing overflow to 'hidden' solves the problem.
Now my issue is, because the Accordion Control is rendered on the fly, how can I force the Overflow property to be hidden? I've tried setting a style to the Accordion itself, and also the Divs it contains and resides in but had no luck :(
Thanks for any advise on this one - going crazy!