Hello, I have a slight problem using the Fx.Slide class of Mootools More 1.2.3.1. Indeed, when I the slider with a static positioned block, it works just fine, but as soon as I change the positioning in my CSS file to absolute, the code breaks and the slider doesn't work.
Here is an example of the code that works, without any explicit positioning: http://fixxx.kelio.org/debug/regular/test.html and its code: HTML: http://pastie.org/554243 CSS: http://pastie.org/554248 The exact same code, but this time with absolute positioning: http://fixxx.kelio.org/debug/absolute/test.html with the new CSS file: http://pastie.org/554250 This single line of CSS breaks the code completly. Can someone tell me why, and maybe a way to work around this? Thank you, Felix
