I'm trying to have a div slide in on load and I found this example: http://jsfiddle.net/jamygolden/Ctv6N/
So I tried to replicate it here: http://jsfiddle.net/ZuWyG/
However, the div doesn't seem to be sliding in. Where did I go wrong?
Your do not need to have "px" in the animate function
$('#media').animate({left: 1});
@zonger, the little things make all the difference!
Thanks!
I'm trying to have a div slide in on load and I found this example: http://jsfiddle.net/jamygolden/Ctv6N/
So I tried to replicate it here: http://jsfiddle.net/ZuWyG/
However, the div doesn't seem to be sliding in. Where did I go wrong?
Your do not need to have "px" in the animate function
@zonger, the little things make all the difference!
Thanks!