Forum Moderators: not2easy
[edited by: tedster at 11:07 pm (utc) on June 13, 2006]
I use Backbase for AJAX applications so the part of code that is not working properly in IE 7 looks like this:
<s:event b:on="close">
<s:fxstyle b:motion="exp" b:time="600" b:height="1px" />
<s:setstyle b:display="none" />
</s:event>
This is the action taken when I close one box and open the other and display="none" should make the browser not display the closed box' content but in IE 7 it is :-(
[edited by: SuzyUK at 6:53 am (utc) on June 14, 2006]
[edit reason] fixed smiley in code [/edit]