in page:
Code:
<style type="text/css">
BODY
{
scrollbar-arrow-color: white;
scrollbar-face-color: gray;
scrollbar-shadow-color: light gray;
scrollbar-darkshadow-color: gray;
scrollbar-track-color: #e2e2e2;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: gray;
}
</style>
inline: (edited, put it all on one line)
Code:
<textarea style="scrollbar-arrow-color: white;
scrollbar-face-color: gray;
scrollbar-shadow-color: light gray;
scrollbar-darkshadow-color: gray;
scrollbar-track-color: #e2e2e2;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: gray;">
</textarea>
inpage specific:
Code:
<style type="text/css">
INPUT
{
scrollbar-arrow-color: white;
scrollbar-face-color: gray;
scrollbar-shadow-color: light gray;
scrollbar-darkshadow-color: gray;
scrollbar-track-color: #e2e2e2;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: gray;
color:gray;
background-color:gray;
}
</style>
Bookmarks