Scroll bars + coding
Any kind of layout is not complete without a scrollbar!!! That is why we have set a tutorial on scroll bars.
<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>