Jump to content

Recommended Posts

Posted

salut sunt pe un laptop praf deci iti voi da doar un cod sa il bagi sa se miste codul este urmator

 

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

});
                             </script>

 

Posted

Am bagato dar nu imi place cum arata. 

Am modificat la tema mea dar nu imi apare acel meniu in header unde trebuie . Imi apare mai in dreapta. Imi poate spune cineva cum sa incadrez corect ?

4sRJV4N.png

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.