Hi again,
most of us know how to change a scrollbar to our own liking (see script):
<style>
<!--
BODY{
scrollbar-face-color:#ff9933;
scrollbar-arrow-color:#3333ff;
scrollbar-track-color:#ff0000;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#666666;
scrollbar-darkshadow-Color:#666666;
}
-->
</style>
BUT.....
3rd line says scrollbar-track-color, what i want is text inside that track a text line reading from top to bottom displaying the page name or something.
Did a search on how to change the scrollbar but man they must all have gone to University the language they use confused me in the first 3 lines of text.
Is there a way with the original css script to add text to the scrollbar-track and or a way to change the arrows with another image.
I think I found something even you guys cant figure out hehehehehe.
