Old West Austin

The Old West Austin Historic District is a residential community in Austin, Texas, United States. It is composed of three neighborhoods located on a plateau

document.addEventListener('scroll', function() { const header = document.querySelector('.real-international-menu'); if (window.scrollY > 50) { // Adjust the value if needed header.classList.add('sticky'); } else { header.classList.remove('sticky'); } });