I never noticed this until today, after clicking the "continue reading" link on an excerpt, my page doesn't jump to where the excerpt ends. I read on the codex http://codex.wordpress.org/Customizing_the_Read_More
"By default, when you click on the Read More link, the web page loads and then "jumps" to the spot where the <--more--> tag is set in the post. "
I don't use the <-- more --> tag, I have excerpts set to show automatically by using <?php the_excerpt(); ?> and is_home() then the length determined by a function in my theme.
Is there anyway I can get it to work the same as using the <--more--> tag?