Jump to content

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

Featured Replies

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

Link to comment
https://ipbmafia.ru/topic/9184-csn-ipb34-panel-prokrutki-u-kogo-est/
Share on other sites

Это просто подключение JQuery

Link to comment
https://ipbmafia.ru/topic/9184-csn-ipb34-panel-prokrutki-u-kogo-est/?&do=findComment&comment=71304
Share on other sites

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

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

Link to comment
https://ipbmafia.ru/topic/9184-csn-ipb34-panel-prokrutki-u-kogo-est/?&do=findComment&comment=71312
Share on other sites

lg29, как на мафии слева. 

Link to comment
https://ipbmafia.ru/topic/9184-csn-ipb34-panel-prokrutki-u-kogo-est/?&do=findComment&comment=71316
Share on other sites

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
}
Link to comment
https://ipbmafia.ru/topic/9184-csn-ipb34-panel-prokrutki-u-kogo-est/?&do=findComment&comment=71318
Share on other sites

Перед тегом head где?

Link to comment
https://ipbmafia.ru/topic/9184-csn-ipb34-panel-prokrutki-u-kogo-est/?&do=findComment&comment=71324
Share on other sites

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

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

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

Link to comment
https://ipbmafia.ru/topic/9184-csn-ipb34-panel-prokrutki-u-kogo-est/?&do=findComment&comment=71325
Share on other sites

Вообще то хук назывался "Панель прокрутки".

Поиск кидает '?do=embed' frameborder='0' data-embedContent>>

Link to comment
https://ipbmafia.ru/topic/9184-csn-ipb34-panel-prokrutki-u-kogo-est/?&do=findComment&comment=71328
Share on other sites

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.