Jump to content

(csn ipb34) Панель прокрутки. У кого есть?

Featured Replies

Posted
comment_71289

Ребята, поройтесь в пк. Может у кого есть этот хук. В гугле не нашел.

comment_71312

Может у кого есть этот хук.

Что за панель поконкретнее, может и есть у меня, только о чем речь не знаю.

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
}
comment_71325

мда "полоса прокрутки" а в данном случае скролл.

перед тегом в GlobalTemplated 

и поищите в поиске, ато всех туда посылаете, а сами найти не можете. 

  • 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.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.