CSS
<style> .sticker { position: fixed; top: 0px; width: 200px; } .duoi_cung_website { position: relative; } .box_menu_trai a { width: auto; } </style>
Script
<script> $(function () { if (window.location.href.indexOf('.html') > 0) window.setTimeout(function () { $('body').animate({ scrollTop: 545 }); }, 2000); $(window).scroll(function () { var hasTicker = $('#cot_phai_inner_div').hasClass('sticker'); if ($(window).scrollTop() > 680) { if (!hasTicker) { $('#cot_trai_inner_div,#cot_phai_inner_div').addClass('sticker'); $('#cot_giua').css({ 'margin-left': 200 }); } } else if (hasTicker) { $('#cot_trai_inner_div,#cot_phai_inner_div').removeClass('sticker'); $('#cot_giua').removeAttr('style'); } }); }); </script>
Không có nhận xét nào:
Đăng nhận xét