Now I'm using Fx.Slide to toggle a div, and I saw that the wrapper div which
Fx.Slide automatically created has the overflow:hidden property, but I don't
want this, so how can I remove it?

The Fx.Slide source code is:

this.wrapper = wrapper || new Element('div', {
styles: $extend(this.element.getStyles('margin', 'position'), {overflow:
'hidden'})
}).wraps(this.element);

-- 
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
UliWeb <<simple web framework>>: http://uliwebproject.appspot.com
My Blog: http://hi.baidu.com/limodou

Reply via email to