Hi!
Just finishing off my design portfolio website and hit a snag with a toggle slide div. It doesn’t seem to be pushing the page down like I would prefer. Not sure if I’m using the correct code, sorry if the code is messy I’m more of a designer then a programmer.
Here’s the home page.
http://www.nicolobianchino.com/TESTING/index.html
$('.friends').click(function() {
$('#names').toggle(400);
return false;
});
Scroll to the bottom and hit friends on the left side. It expands a div with a list in it but I want it to push the page up from the bottom. It’s kind of awkward with the current slide down as you don’t really see the animation. Don’t know if this is possible with this method. Any advise is greatly appreciated!