Hi, I am currently using FX.Slide to allow user to expand a list vertically which works perfectly.
The problem I am having is when you change the text size once the list has expanded. Without the sliding effect the text in the list will grow according to the users preference. This is the same problem that can be repeated using the demo shown here: http://demos.mootools.net/Fx.Slide To recreate this problem use IE 6 and set the text size to "smallest" then click on the "slide out" link followed by "slide in" link on the demo site. If you then change the text size to "largest" you will find that the text within the sliding container does not expand to accommodate the larger text. The only clue I could find to why this was happening was that an extra "div" seems to get added in the slide process: "To create the slide effect an additional Element (a "div" by default) is wrapped around the given Element. This wrapper adapts the margin from the Element." - Source http://mootools.net/docs/Plugins/Fx.Slide If this is the problem could this "div" be more flexible to allow for text size changes? Otherwise does anyone else have any ideas why this could be happening? Thanks
