Jump to content
  • 0

pasek widoczności monitorowe,bez przewijania


nezpers

Question

4 answers to this question

Recommended Posts

  • 0

sprawa jest dość złożona, bo plik trzeba dołączyć do sklepu, tj w sekcji <header> w pliku header.tpl 

następnie trzeba ten skrypt jakoś "odpalić" dla wybranego elementu.

 

cały kod:

<script src="jquery.sticky.js"></script>
<script>
  $(document).ready(function(){
    $("#sticker").sticky({topSpacing:0});
  });
</script>

do skryptu warto również dodać $(document).ready()

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...