Posted 13 сентября, 201410 yr comment_71289 Ребята, поройтесь в пк. Может у кого есть этот хук. В гугле не нашел.
13 сентября, 201410 yr comment_71312 Может у кого есть этот хук. Что за панель поконкретнее, может и есть у меня, только о чем речь не знаю.
14 сентября, 201410 yr comment_71318 lg29, как на мафии слева. Так можно же просто код поставить: Это перед тегом "</head>" <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('body').append("<div class='scrolltotop'><div class='scrolltotop__side'></div><div class='scrolltotop__arrow'></div></div>"); jQuery(window).scroll(function(){ if (jQuery(this).scrollTop() > 350) { jQuery('.scrolltotop').fadeIn(); } else { jQuery('.scrolltotop').fadeOut(); } }); jQuery('.scrolltotop').click(function(){ jQuery("html, body").animate({ scrollTop: 0 }, 600); return false; }); });0 </script> А это в CSS: .scrolltotop { display:none; position:fixed; width:3%; top:0; left:0; height:100% ;z-index:9000; cursor:pointer } .scrolltotop__side { position:fixed; width:3%; height:100%; top:0; left:0; background: #b4b4b4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0.2); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 } .scrolltotop__arrow { position:fixed; width:3%; height:100%; top:50px; left:0; background:url(__ipbmafia.ru/public/style_images/mafiaboard/totop.png) top no-repeat; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)"; filter:alpha(opacity=0.4); -moz-opacity:0.4; -khtml-opacity:0.4; opacity:0.4 }
14 сентября, 201410 yr comment_71325 мда "полоса прокрутки" а в данном случае скролл. перед тегом в GlobalTemplated и поищите в поиске, ато всех туда посылаете, а сами найти не можете.
14 сентября, 201410 yr Author comment_71328 Вообще то хук назывался "Панель прокрутки". Поиск кидает '?do=embed' frameborder='0' data-embedContent>>
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.