Answer the question
In order to leave comments, you need to log in
Pinning a jquery region?
Good time of the day.
Can you tell me which jquery plugin implements the effect like here www.now.ru?
The main menu will scroll along with the entire page, but not immediately, but until the top advertising banner is hidden.
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
I'm a bike lover:
$(document).onscroll( function(){
if( scroll position > 50px )
{
$( "#go_block" ).css({ 'position': "static" })
}
otherwise
{
$( " #id_block" ).css({ 'position': "inherited" })
}
} )
habrahabr.ru/blogs/mootools/116653/ Don't judge too harshly =)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question