Displaying 1 result from an estimated 1 matches for "bcontentwrap".
2006 May 30
0
problem with effect toggle - please help
Hello,
I''m having the following code below - when I click on the button in order to
toggle a div, it is working when the div is visible - after it is toggled
once, the beforeStart stuff isn''t executed anymore!
interestingly, when I change this Effect.toggle(this.bContentWrap, ''blind'',
{
to this: Effect.toggle(this.bContentWrap, ''slide'', {
everything seems to work.
does anybody have an idea what''s causing this?
thank you in advance for your help.
// sidebar boxes
Effect.SizeBox = Class.create();
Object.extend(O...