Posted 14 ноября, 20159 yr comment_96081 Здравствуйте. Кто знает как сделать чтобы шапка не двигалась [стиль Animate, ссылка на него тык] Link to comment https://ipbmafia.ru/topic/12881-dvizhushaya-shapka/ Share on other sites Больше вариантов
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(); Этот код "двигает" Вашу шапку 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.