coloured scrollbars not working
-
i know there’s another topic about this, but i’m afraid that since topics are soreted by new topics no one will notice my reply in that. my question is for beel. in the other thread you said put the code in the html file and not the style sheet, did you mean put it in the index file?
like put this:
<style type=”text/css”>
body
{ font-family: verdana, arial, “times new roman”;
color: #FFFFFF;
font-size: 10pt;
scrollbar-face-color : #ff0000;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #ff0000;
scrollbar-shadow-color : #FFFFFF;
scrollbar-darkshadow-color : #ff0000;
scrollbar-track-color : #ff0000;
scrollbar-arrow-color : #ff0000; }
</style>
into the index.php file?
The topic ‘coloured scrollbars not working’ is closed to new replies.