Skip to content
HOM Inc.
  • ABOUT
    • Our Why
    • Our Blog
    • Our Value
    • Our Noa
  • CAREERS
  • HOUSING
    • Permanent Supportive Housing
    • Rapid Re-Housing
    • Mainstream
  • ARIZONA
  • LOS ANGELES
  • CONTACT
    • Contact HOM
    • Need Housing Assistance?
    • Find Your Housing Specialist
HOM Logo
  • ABOUT
    • Our Why
    • Our Blog
    • Our Value
    • Our Noa
  • CAREERS
  • HOUSING
    • Permanent Supportive Housing
    • Rapid Re-Housing
    • Mainstream
  • ARIZONA
  • LOS ANGELES
  • CONTACT
    • Contact HOM
    • Need Housing Assistance?
    • Find Your Housing Specialist
Previous Next

sticky_backup

SIGNING BONUS  |  HOW IT WORKS  |  BENEFITS  |  GET STARTED

By |2021-03-25T14:42:27-07:00March 25th, 2021|Comments Off on sticky_backup

Share This Story!

FacebookXLinkedIn

About the Author:

©2026 HOM

Privacy | Terms

An Effusion Design

Equal Housing Opportunity
Equal Housing Opportunity

HOM Central AZ

5326 E Washington St
Phoenix, AZ 85034

Phone: 602.265.4640

 Fax: 602.265.4680

HOM Southern AZ

880 S Craycroft Rd
Tucson, AZ 85711

Phone: 520.534.2941

 Fax: 520.367.5050

HOM Northern AZ

809 W Riordan Rd
Suite 2o6
Flagstaff, AZ 86001

Phone: 928.666.3912

 Fax: 928.440.3314

HOM Los Angeles

175 E Olive Ave
Suite 405
Burbank, CA 91502

Phone: 310.256.2397

Connect With Us!

Facebook
Twitter
LinkedIn
Instagram
.fixed_scroll p { margin: 0px; } .z-index { z-index:999999999; } .fixed_scroll { position: fixed; z-index: 999999999; background: #fafafa; padding: 10px; top: 90px; left: 0px; width: 100%; border-bottom: 1px solid #eee; } @media only screen and (max-width: 1366px) { .fixed_scroll { top: 0px!important; } .scroll_element ul#top-menu li.active a,.scroll_element ul#top-menu li:hover a{color:#013e73;} } .scroll_element ul#top-menu { display: flex; align-items: center; justify-content: center; padding: 10px 0px; list-style-type: none; } .scroll_element ul#top-menu li a { display: block; padding: 0px 20px; border-right: 2px solid #004785; font-size: 18px; line-height: 18px; font-weight: 700; } .scroll_element ul#top-menu li:last-child a { border:none; } @media only screen and (max-width: 768px) { .scroll_element ul#top-menu li a { font-size:10px; line-height: 12px; text-align: center; padding: 0px 5px; } } @media only screen and (max-width: 1366px) { .fixed_scroll { top: 0px!important; } } var $ = jQuery; $(document).ready(function() { var stickyTop = $('.scroll_element').offset().top; $(window).scroll(function() { var windowTop = $(window).scrollTop(); if (stickyTop < windowTop) { var height = $("header").height(); $('.scroll_element').addClass("fixed_scroll"); $('.scroll_element.fixed_scroll').css({ "top": "" + height + "px" }); } else { $('.scroll_element').removeClass("fixed_scroll"); } }); $(".scroll_element .fusion-one-page-text-link").on("click",function(){ $(".scroll_element .fusion-one-page-text-link").removeClass("active"); $(this).addClass("active"); }); }); // Cache selectors var lastId, topMenu = $("#top-menu"), topMenuHeight = topMenu.outerHeight()+15, // All list items menuItems = topMenu.find("a"), // Anchors corresponding to menu items scrollItems = menuItems.map(function(){ var item = $($(this).attr("href")); if (item.length) { return item; } }); // Bind click handler to menu items // so we can get a fancy scroll animation menuItems.click(function(e){ var href = $(this).attr("href"), offsetTop = href === "#" ? 0 : $(href).offset().top-topMenuHeight+1; $('html, body').stop().animate({ scrollTop: offsetTop }, 300); e.preventDefault(); }); // Bind to scroll $(window).scroll(function(){ // Get container scroll position var fromTop = $(this).scrollTop()+topMenuHeight; // Get id of current scroll item var cur = scrollItems.map(function(){ if ($(this).offset().top < fromTop) return this; }); // Get the id of the current element cur = cur[cur.length-1]; var id = cur && cur.length ? cur[0].id : ""; if (lastId !== id) { lastId = id; // Set/remove active class menuItems .parent().removeClass("active") .end().filter("[href='#"+id+"']").parent().addClass("active"); } });
Page load link
Go to Top