skzcode

windows '98 scrollbar

Dec 6th, 2023
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <style>
  2.  
  3. #win98 {
  4. height:100px;
  5. width:150px;
  6. padding:10px;
  7. border:3px;
  8. border-style:solid;
  9. border-color:#000;
  10. overflow:auto;
  11. }
  12.  
  13. #win98::-webkit-scrollbar {
  14. width:15px; height:15px;}
  15. #win98::-webkit-scrollbar-track {
  16. background-image: url(https://i.imgur.com/1wwyNgR.png);}
  17. #win98::-webkit-scrollbar-thumb {
  18. background-image: url(https://i.imgur.com/3twDfJb.png);
  19. border-top: 1px solid #111; border-bottom: 1px solid #000;}
  20. #win98::-webkit-scrollbar-button:vertical:decrement {
  21. background-image: url(https://i.imgur.com/pSpgQbq.png);
  22. width: 15px; height: 15px;}
  23. #win98::-webkit-scrollbar-button:vertical:increment {
  24. background-image: url(https://i.imgur.com/IzbYg9x.png);
  25. width: 15px; height: 15px;}
  26.  
  27. </style>
  28.  
  29. <div id="win98">
  30. windows '98 scrollbar
  31. <br>
  32. <br>
  33. text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
  34. </div>
Advertisement
Add Comment
Please, Sign In to add comment