Reputation: 140
currently, i have a comment box, where user can comment, however when too many comment on it, the page stretches down. so when user press comment, the box appear, however user have to scroll down to comment.
how do i achieve when user click comment box, page slide down to comment box or straight go to comment box?
i;m using jquery..
Upvotes: 0
Views: 375
Reputation: 6464
What if you give the comment box the id="comment-box" attribute and just use a link h href="#comment-box" on a link that say 'go to comment box'?
Upvotes: 2