• Resolved microst3

    (@microst3)


    Hi,

    I have been experiencing a problem with my comments link.
    After clicking on the comment link on my blog, i get directed to the url below, as the page loads i can see the post but after it finishes loading, the page jumps to the comments box and i am no longer able to view the post above.
    Please see following url for example.
    http://microstockhelper.com/2010/05/01/testing-for-excerpt/#comments

    This is the code that i am using for my comments,
    <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?>

    help please!

Viewing 2 replies - 1 through 2 (of 2 total)
  • #container {
    	width: 950px;
    	margin: 0 auto;
    	padding:0;
    	color:#666;
    	overflow: hidden;
    	line-height: 135%;
    	background:#fff;
    }

    the overflow: hidden; in the above style seems to have something to do with it; if you remove it you might be able to scroll up.

    Thread Starter microst3

    (@microst3)

    i did remove it and it did work however my background stretched reaaally long.

    so i went about trying to solve that, and i realised that in a previous problem of displaying proper content wrapping and my footer, i inserted a margin code which might have been the problem.
    so i deleted that piece of code and now everything works perfectly!
    (while replacing the over-flow: hidden code that i deleted)

    so even if you did not directly solve my problem, you made me see just where my problem was so THANK YOU! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments jump to comment box, unable to scroll back up to see post’ is closed to new replies.