Answer the question
In order to leave comments, you need to log in
Linking a site to a region in Yandex. Is this the norm?
Filmed for a potential client the current positions of the site for key queries. Interestingly, in the all-Russian search, the site has zero positions, and in its native region it has 20-30 positions.
Is this site linking normal? Will it not affect anything?
Answer the question
In order to leave comments, you need to log in
Is this site linking normal?
If he sells to the whole of Russia, this is an ass
. If only in his region, this is also an ass, but a little less
Need to make a fixed menu
jsfiddle.net/adamb/F4BmP
codepen.io/senff/pen/ayGvD
$(window).scroll(function () {
var ControlDivTop = $('#cs_controlDivFix');
$(window).scroll(function () {
if ($(this).scrollTop() > 50) {
ControlDivTop.stop().animate({ 'top': ($(this).scrollTop() - 62) + "px" }, 600);
} else {
ControlDivTop.stop().animate({ 'top': ($(this).scrollTop()) + "px" },600);
}
});
});
Good afternoon.
For the block that contains the menu, the css style is position:fixed
To change the color, track the page offset with jquery. Changed by the specified amount - change the background of the block with the menu.
Something like this.
In general, open the source code of the site and see how they did it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question