On Tue, Aug 18, 2009 at 6:46 PM, Rolf<[email protected]> wrote:
>
> 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...
>

No I haven't an example yet, It's in my personal python web framework.
The use case is:

I have an admin page, and it'll display many apps. At first, this page
only display the apps' name, and if you click on one app name, it'll
expand, and a div will be appeared. I used Fx.Slide to do this effect.
And the content of this div is dynamically retrieved from the server,
they are mainly form html code, but different apps may have different
form height, so if the form height is too large, only part of the form
will be displayed. But I want the whole form can be displayed. And I
found that before and after the div which contains the form html code,
there will be wrapped a new div, and the overflow is hidden. This div
is added by Fx.Slide. So I think if the Fx.Slide doesn't add
overflow:hidden itself, the problem maybe gone. Or it can remember the
original value of overflow property, and keep the same value with it
when wrapping new div to the target element.

So do you know what I mean?

-- 
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