*shruti* Member
Windows : Posts : 26 Join date : 2010-12-22 Age : 34 Location : India
| Subject: choose which color your scrollbar will have Fri Dec 31, 2010 10:11 pm | |
| choose which color your scrollbar will have, - Code:
-
<style> BODY { scrollbar-3d-light-color:#[color=red]The color code of the 3D Light[/color]; scrollbar-arrow-color:#[color=red]The color code of the Arrow[/color]; scrollbar-base-color:#[color=red]The color code of the Base[/color]; scrollbar-dark-shadow-color:#[color=red]The color code of the Dark shadow[/color]; scrollbar-face-color:#[color=red]The color code of the Face[/color]; scrollbar-highlight-color:#[color=red]The color code of the Highlight[/color]; scrollbar-shadow-color:#[color=red]The color code of the Shadow[/color]} </style> |
|