Jump to content

Scrollbar Design

jedzkie13

Hi Guys! Sorry if I post this kind of topic, but how can i do this scroll bar design in php? Thanks!

 

6927tk.png

Link to comment
Share on other sites

Link to post
Share on other sites

Hey!

In PHP? Not going to happen.

Depending on the range of browsers you want to support, you'll have to approach it a bit differently.

For webkit browsers, you can often style them with CSS.

For others you'll have to remove the original scroll bar and add HTML, CSS and JS (easiest solution would be simply including a jQuery plugin, I suppose) to make it work and look as intended.

Cheers,

Linus

Link to comment
Share on other sites

Link to post
Share on other sites

Hey!

In PHP? Not going to happen.

Depending on the range of browsers you want to support, you'll have to approach it a bit differently.

For webkit browsers, you can often style them with CSS.

For others you'll have to remove the original scroll bar and add HTML, CSS and JS (easiest solution would be simply including a jQuery plugin, I suppose) to make it work and look as intended.

 

I see, can you give me an example in css? im not that good is css.

Link to comment
Share on other sites

Link to post
Share on other sites

Bump! I cannot make the scroll design same as on the picture posted in my 1st post, I hope someone will help me here to code this for me! thanks!

Link to comment
Share on other sites

Link to post
Share on other sites

I would suggest slimbar plugin in in case you are not referring to browser's scrollbar.

Then tweak its css

 

I am not sure about the arrow keys though, whether that plugin shows them

Desktop:

CPU : i5 4440 | Motherboard : Gigabyte B85M-D3H | RAM : Kingstone HyperX blu 4GB x2 | GPU : Asus R9 280X DC II Top [RIP 2017] | PSU : Corsair VS 550W | Display(s) : Dell S2240L | Mouse : Logitech G400s | Operating System : Windows 7 64bit

 

Laptop:

Acer Predator Helios 300 (CPU: Intel Core i5 7300HQ | GPU: GTX 1050ti | RAM: 16GB RAM | Operating System: Windows 10 64bit)

Link to comment
Share on other sites

Link to post
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

×