dilu' Posted July 19, 2014 Report Share Posted July 19, 2014 Cum aş putea să adaug un background în spatele bannerului care să se mişte încet către stânga, cum e şi pe alte forumuri? Quote Link to comment Share on other sites More sharing options...
Solution Kennzo Posted July 19, 2014 Solution Report Share Posted July 19, 2014 ia vezi Quote Link to comment Share on other sites More sharing options...
+BlueSkiLLz Posted July 19, 2014 Report Share Posted July 19, 2014 In FTP Public> style_images > tema ta > js > Adauga la sfarsit in fata la: }); urmatoarele: 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(); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.