Scroll bars + coding

Any kind of layout is not complete without a scrollbar!!! That is why we have set a tutorial on scroll bars.

Here is a scrollbar i coded earlier, it burns your eyes a little, but thats so you can see the colours.



Here is the coding for this scrollbar:

<style type="text/css">
body {scrollbar-arrow-color:red;
scrollbar-track-color:orange;
scrollbar-face-color:yellow;
scrollbar-highlight-color:green;
scrollbar-3dlight-color:blue;
scrollbar-darkshadow-color:purple;
scrollbar-shadow-color:pink;}
</style>


Once you get the hang of it its easy. Many people take notice of the scrollbar, so keep it looking nice :).