Jump to content

Featured Replies

Здравствуйте.

Кто знает как сделать чтобы шапка не двигалась [стиль Animate, ссылка на него тык]

Link to comment
https://ipbmafia.ru/topic/12881-dvizhushaya-shapka/
Share on other sites

public/style_images/animate/js/ipbforumskins.js

	var backgroundpos = 0;
	var offset = 1;
	function scrollbackground() {
		offset = (offset < 1) ? offset + (backgroundpos - 1) : offset - 1;
   		$('#branding').css("background-position",  + offset + "px 0");
   		setTimeout(function() {
			scrollbackground();
			}, 100
		);
   	}
 	scrollbackground();

Этот код "двигает" Вашу шапку

Link to comment
https://ipbmafia.ru/topic/12881-dvizhushaya-shapka/?&do=findComment&comment=96083
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.