css - How to scroll screen down with dropdown menu with jquery? -
my site http://868rcacs.ca/index.php , got drop down menu work [only visable on mobile] , when press menu button drops down want screen scroll down kinda clicking href="#namehere"
scroll name="namehere"
is possible achieve when i'm trying , if how it?
from understand, want let window scroll down see entire menu? starters make logo size smaller, done js, in way of:
window.scrollto($anchor.left,$anchor.top)
or jquery:
$('body').animate({$anchor: $anchor.top })
edit: explained here more code. http://css-plus.com/2010/11/create-a-scrolling-anchor-link-with-jquery/
Comments
Post a Comment