|
Using CSS to highlight text
This is what the toolbar in the example looks like. I made the colors contrast greatly so they would stand out.
<STYLE type="text/css">
BODY {scrollbar-3dlight-color:#FFCC00;
scrollbar-arrow-color:#FFFF00;
scrollbar-base-color:#3399ff;
scrollbar-track-color:#FF00FF;
scrollbar-darkshadow-color:#006400;
scrollbar-face-color:#3399FF;
scrollbar-highlight-color:#006400;
scrollbar-shadow-color:}
</STYLE> |  |
|