Posted 14 ноября, 20159 yr comment_96081 Здравствуйте. Кто знает как сделать чтобы шапка не двигалась [стиль Animate, ссылка на него тык]
14 ноября, 20159 yr comment_96083 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.