Why don't you set up a jsfiddle with the code You have? I assure you,
more people will be willing to help, once you do that.
Sent from my iPhone
On 8 Feb 2010, at 02:41, rutherford <[email protected]> wrote:
maybe I am not including all correct libs in more.js - I just included
Fx.Elements, Scroll and Slide. Should it work?
In Chrome It fails to slide out beyond the page boundary on the click
code when I use absolute positioning measured in percentages. In IE
it fails to work.
On Feb 7, 7:37 pm, Oskar Krawczyk <[email protected]> wrote:
This works fine:http://jsfiddle.net/hUvdq/
On 7 Feb 2010, at 19:25, rutherford wrote:
Also I can't seem to get slideIn() working currently ondomready:
var myFx = new Fx.Slide('container', {
mode: 'horizontal',
duration: 1000
}).slideIn();
$('container').addEvent('click',function(evt){
myFx.slideOut();
});
at the minute in chrome this causes the container div to appear
ondocready with no animation, then slide 20% of the screen left
(it is
located with absolute positioning at left: 80% and it's width is
20%)
On IE it appears then disappears with no animation.
What am I doing wrong?