Ill try to explain it a little better
The red block is an article which is hidden in a div ready to be displayed.
The blue block is an article which is already on the page for all to see.
What i want is for the blue article to slide down and dissapear and for the red article to slide down and appear.
The problem is that the top article when sliding down starts off from the top of the article, so you have
TITLE
SUBTITLE
CONTENT
FOOTER
So the title is displayed then the subtitle and so on untill the div is fully visable.
But the site is like a newspaper reel where the bottom of the new article would be seen first not the title.
FOOTER
CONTENT
FOOTER
SUBTITLE
CONTENT
FOOTER
TITLE
SUBTITLE
CONTENT
FOOTER
If that makes more sense
|