Our logo
  • HOME
  • ABOUT US
  • SERVICES
  • CLIENTS
  • PARTNERS
  • CONTACT
$(function() { // grab the initial top offset of the navigation var sticky_navigation_offset_top = $('#sticky_navigation').offset().top; // our function that decides weather the navigation bar should have "fixed" css position or not. var sticky_navigation = function(){ var scroll_top = $(window).scrollTop(); // our current vertical position from the top // if we've scrolled more than the navigation, change its position to fixed to stick to top, // otherwise change it back to relative if (scroll_top > sticky_navigation_offset_top) { $('#sticky_navigation').css({ 'position': 'fixed', 'top':0, 'left':0 }); } else { $('#sticky_navigation').css({ 'position': 'relative' }); } }; // run our function on load sticky_navigation(); // and run it again every time you scroll $(window).scroll(function() { sticky_navigation(); }); });
test
  • HOME
  • ABOUT
  • CONTACT
  • CONNECT
    • ASK
    • BLOGLOVIN'
    • FACEBOOK
    • INSTAGRAM
    • TWITTER
  • SHOP

Monday, September 30, 2013

asdfghj

IMG_4536
Posted by MASTURAH K. at 9:42 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Home
Subscribe to: Comments (Atom)

Popular Posts

  • asdfghj

About Me

My photo
MASTURAH K.
View my complete profile
  • Home
  • PAGE TITLE
  • PAGE TITLE
  • TOPIC
  • TOPIC

Blog Archive

  • ▼  2013 (1)
    • ▼  September (1)
      • asdfghj
Powered by Blogger.