Jump to content

How to put the scroll bar in the menu and the up and down buttons?


Il Domandatore

Recommended Posts

I have inserted a custom scroll bar on the right.
I want to put this scroll bar also in the menu, but I did not succeed.

{
     width: 44px;
     z-index: auto;
     cursor: default;
     position: fixed;
     top: 0px;
     height: 100%;
     right: 0px;
     opacity: 1;
     display: block;
     background: rgb (255, 255, 255);
}
<div id = "ascrail2000" class = "nicescroll-rails nicescroll-rails-vr" style = "width: 44px; z-index: auto; cursor: default; position: fixed; top: 0px; height: 100%; right : 0px; opacity: 1; display: block; background: rgb (255, 255, 255); "> <div class =" nicescroll-cursors "style =" position: relative; top: 0px; float: right; width: 44px; height: 255px; border-radius: 10px; background-color: rgb (65, 21, 98); background-clip: padding-box; "> </div> </div>

 

https://oldfreegame.com

Edited by Il Domandatore
Link to comment
Share on other sites

  • 3 weeks later...
  • 3 months later...

I'm back. This time I create the scrollbar, without using Wordpress plugins.

I searched the internet for CSS generators for scrollbars. Often I'm for Chrome and can't add arrows.

I tried some code on some guides and added buttons. Without arrows, ugly and both placed low. The arrows make i both go up and down, but I wanted one at the top of the scroll bar.

Edited by Il Domandatore
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...