Jump to content

Featured Replies

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();

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

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.