This is the effect I would like to mimic. When you click on one of the buttons in this site, the remaining buttons fade out and the button moves to the top of the page.
So, I have a set of divs in a sentece, and within one div is a link. When the link is clicked, I have all the other divs fade out, and the link is supposed to move to the left, then up. I can...
To make this short and sweet, I'm attempting to horizontally and vertically align a section (nested in a div) to a page so that it's completely centered. I've gotten it to align horizontally in the...