To style an HTML scrollbar like Apple's scrollbar, you can use CSS. Here's an example: CSS.
This CSS targets WebKit browsers (like Safari and Chrome) and styles the scrollbar with a similar look and feel to Apple's scrollbar.
Note that this won't work in non-WebKit browsers like Firefox.
::-webkit-scrollbar {