G
G
G0rDi2011-04-05 21:34:36
JavaScript
G0rDi, 2011-04-05 21:34:36

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

3 answer(s)
A
Anatoly, 2011-04-05
@taliban

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 =)

G
G0rDi, 2011-04-05
@G0rDi

I hoped there is a plug ((
$("#id").scrollbox();
Okay, I'll collect my bike

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question