You have an example online of what you're trying to achieve?
Perhaps Fx.Slide is not the way to go if you want to remove the
property...


On Aug 18, 3:05 am, limodou <[email protected]> wrote:
> 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